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...
7c87bd5
ccccnbo2
/
start.sh
coollsd
Create start.sh
7c87bd5
verified
3 months ago
raw
Copy download link
history
blame
Safe
191 Bytes
#!/bin/bash
echo
"[System] Starting ccc.py..."
PYTHONUNBUFFERED=1 python leaderboard.py &
echo
"[System] Starting FastAPI server..."
uvicorn app:app --host 0.0.0.0 --port 7860 --proxy-headers