nanfangwuyu21 commited on
Commit
119320d
·
1 Parent(s): c4159ff

set host and port for huggingface space

Browse files
Files changed (1) hide show
  1. 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