Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
coollsd
/
fcfffc
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
coollsd
commited on
Nov 12, 2024
Commit
29bf880
·
verified
·
1 Parent(s):
814c7a7
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+1
-0
start.sh
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
python tracker.py &
3
uvicorn app:app --host 0.0.0.0 --port 7860 --proxy-headers
1
#!/bin/bash
2
python tracker.py &
3
+
python leaderboard.py &
4
uvicorn app:app --host 0.0.0.0 --port 7860 --proxy-headers