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 22, 2024
Commit
0fecf2a
·
verified
·
1 Parent(s):
e25ceb2
Delete start.sh
Browse files
Files changed (1)
hide
show
start.sh
+0
-7
start.sh
DELETED
Viewed
@@ -1,7 +0,0 @@
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