Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Birkhoff-Archive
/
test-FunAudioLLM
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-FunAudioLLM
/
start.sh
Chenghao
Update start.sh
aa092b1
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
#!/bin/bash
# Keep Alive
python3 awake.py &
# 启动FastAPI服务
python -m uvicorn api:app --host 0.0.0.0 --port 7860