Spaces:
No application file
No application file
Update .huggingface.yaml
Browse files- .huggingface.yaml +3 -1
.huggingface.yaml
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
sdk: "docker"
|
| 2 |
+
app_port: 7860
|
| 3 |
+
entrypoint: "uvicorn app:app --host 0.0.0.0 --port 7860"
|