Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,13 +3,11 @@ title: HandsUp Backend
|
|
| 3 |
emoji: 🌖
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: pink
|
| 6 |
-
sdk:
|
| 7 |
sdk_version: 5.47.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: where the backed is hosted
|
| 11 |
-
command: "uvicorn app:app --host 0.0.0.0 --port 5000"
|
| 12 |
-
|
| 13 |
---
|
| 14 |
|
| 15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 3 |
emoji: 🌖
|
| 4 |
colorFrom: green
|
| 5 |
colorTo: pink
|
| 6 |
+
sdk: docker
|
| 7 |
sdk_version: 5.47.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
short_description: where the backed is hosted
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|