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...
8b3957e
test-FunAudioLLM
/
start.sh
megatrump
change to default port
12e7edb
about 2 months ago
raw
Copy download link
history
blame
Safe
154 Bytes
#!/bin/bash
# 设置API认证Token
export
API_TOKEN=
"your-secret-token-here"
# 启动FastAPI服务
python -m uvicorn api:app --host 0.0.0.0 --port 7860