Spaces:
Build error
Build error
Commit ·
119320d
1
Parent(s): c4159ff
set host and port for huggingface space
Browse files- scripts/start.sh +1 -1
scripts/start.sh
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
uvicorn app.main:app
|
|
|
|
| 1 |
+
uvicorn app.main:app --host 0.0.0.0 --port 7860
|