Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nbugs
/
zhuancla
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
zhuancla
/
start.sh
nbugs
Create start.sh
c548ae6
verified
16 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
241 Bytes
#!/bin/bash
# 启动 subconverter 后台运行
cd
/app/subconverter && ./subconverter &
# 等待 subconverter 启动
echo
"等待 subconverter 服务启动..."
sleep
5
# 启动 Flask 应用
cd
/app && gunicorn --
bind
0.0.0.0:7860 app:app