Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jerrrycans/nfp
jerrrycans
/
tidal
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jerrrycans
commited on
Dec 17, 2024
Commit
2f85055
·
verified
·
1 Parent(s):
80e7706
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+5
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
echo "[System] Starting ccc.py..."
3
+
PYTHONUNBUFFERED=1 python ccc.py &
4
+
echo "[System] Starting FastAPI server..."
5
+
uvicorn app:app --host 0.0.0.0 --port 7860 --proxy-headers