Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
megatrump
/
test-FunAudioLLM
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
megatrump
commited on
Mar 9
Commit
aa092b1
·
verified
·
1 Parent(s):
4af7673
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-1
start.sh
CHANGED
Viewed
@@ -4,4 +4,4 @@
4
python3 awake.py &
5
6
# 启动FastAPI服务
7
-
python -m uvicorn api:app --host 0.0.0.0 --port
8000
4
python3 awake.py &
5
6
# 启动FastAPI服务
7
+
python -m uvicorn api:app --host 0.0.0.0 --port
7860