Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BirkhoffLee
/
test-FunAudioLLM
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Chenhao
commited on
Mar 7, 2025
Commit
4654ed2
·
1 Parent(s):
5c7869e
删除了测试时的 API_TOKEN 设置
Browse files
Files changed (1)
hide
show
start.sh
+0
-2
start.sh
CHANGED
Viewed
@@ -1,7 +1,5 @@
1
#!/bin/bash
2
3
-
export API_TOKEN=your-secret-token-here
4
-
5
# Keep Alive
6
python3 awake.py &
7
1
#!/bin/bash
2
3
# Keep Alive
4
python3 awake.py &
5