Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
coollsd
/
ccccnbo2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
coollsd
commited on
Nov 14, 2024
Commit
7c87bd5
·
verified
·
1 Parent(s):
87be28d
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 leaderboard.py &
4
+
echo "[System] Starting FastAPI server..."
5
+
uvicorn app:app --host 0.0.0.0 --port 7860 --proxy-headers