Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
megatrump
/
test-FunAudioLLM
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2711de6
test-FunAudioLLM
/
start.sh
megatrump
Add Gradio Pages
9587328
about 2 months ago
raw
Copy download link
history
blame
Safe
121 Bytes
#!/bin/bash
# Keep Alive
python3 awake.py &
# 启动FastAPI服务
python -m uvicorn api:app --host 0.0.0.0 --port 7860