Spaces:
Running
Running
Hugging Face Spaces direct url
Browse files
README.md
CHANGED
|
@@ -16,8 +16,24 @@ experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](h
|
|
| 16 |
|
| 17 |
**THIS IS A WORK IN PROGRESS, DO NOT USE**
|
| 18 |
|
|
|
|
| 19 |
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
You may need to set some environment variables in the .Renviron file:
|
| 23 |
|
|
|
|
| 16 |
|
| 17 |
**THIS IS A WORK IN PROGRESS, DO NOT USE**
|
| 18 |
|
| 19 |
+
## Deployment options
|
| 20 |
|
| 21 |
+
### Hugging Face Spaces
|
| 22 |
+
|
| 23 |
+
When you push a repository to a Hugging Face Spaces with the option to deploy Dockerfile and include a Dockerfile, Hugging Face will start building and running your app in the Space.
|
| 24 |
+
|
| 25 |
+
To avoid broser's cookies security restrictions, instead of using the version with iframes, better use the direct URL to your Space:
|
| 26 |
+
|
| 27 |
+
Try the demo here:
|
| 28 |
+
|
| 29 |
+
* Direct URL to the deployed app: https://jrosell-ambhtmx-crud.hf.space/
|
| 30 |
+
* User: admin
|
| 31 |
+
* Password: demo
|
| 32 |
+
* Space URL: https://huggingface.co/spaces/jrosell/ambhtmx.crud
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
### Runing the example in Docker
|
| 37 |
|
| 38 |
You may need to set some environment variables in the .Renviron file:
|
| 39 |
|