Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
test2023h5
/
chinese_wyw
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
test2023h5
commited on
Aug 20, 2024
Commit
5832dea
·
verified
·
1 Parent(s):
5e3c15f
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+7
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
#!/bin/bash
2
+
3
+
# 启动 FastAPI 服务器
4
+
uvicorn server:app --host 0.0.0.0 --port 8080 &
5
+
6
+
# 启动原来的命令
7
+
ss app.py --port 7860