Spaces:
Build error
Build error
pgzmnk
commited on
Commit
•
8b27e73
1
Parent(s):
e27d21d
Update README.md to show how to deploy to huggingface.
Browse files
README.md
CHANGED
@@ -60,6 +60,18 @@ Open your web browser and visit http://127.0.0.1:7860 to access the Gradio app.
|
|
60 |
|
61 |
## Deploy to Huggingface
|
62 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
## Customization
|
65 |
|
|
|
60 |
|
61 |
## Deploy to Huggingface
|
62 |
|
63 |
+
The app is hosted a Huggingface space, under the `hf` host and `main` branch.
|
64 |
+
|
65 |
+
To push changes from main branch to Huggingfage, run:
|
66 |
+
|
67 |
+
```bash
|
68 |
+
git push hf main
|
69 |
+
```
|
70 |
+
|
71 |
+
You'll see the app's response in `https://huggingface.co/spaces/openbio/calculator`
|
72 |
+
|
73 |
+
❗Note: There's no dev nor staging environment, nor CI. Every push will immediately build and go live.
|
74 |
+
|
75 |
|
76 |
## Customization
|
77 |
|