Spaces:
Build error
Build error
[feat]
Browse files- .gitignore +1 -2
- requirements.txt +17 -0
.gitignore
CHANGED
|
@@ -179,5 +179,4 @@ Research-AI-research-t2v_f1score_evaluator
|
|
| 179 |
enviroments/abnormal-situation-leaderboard-3ca42d06719e.json
|
| 180 |
leaderboard_test
|
| 181 |
enviroments/deep-byte-352904-a072fdf439e7.json
|
| 182 |
-
PIA-SPACE_LeaderBoard
|
| 183 |
-
*.txt
|
|
|
|
| 179 |
enviroments/abnormal-situation-leaderboard-3ca42d06719e.json
|
| 180 |
leaderboard_test
|
| 181 |
enviroments/deep-byte-352904-a072fdf439e7.json
|
| 182 |
+
PIA-SPACE_LeaderBoard
|
|
|
requirements.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
oauth2client
|
| 2 |
+
gspread
|
| 3 |
+
gradio
|
| 4 |
+
python-dotenv
|
| 5 |
+
APScheduler
|
| 6 |
+
black
|
| 7 |
+
gradio[oauth]
|
| 8 |
+
gradio_leaderboard==0.0.13
|
| 9 |
+
gradio_client
|
| 10 |
+
huggingface-hub>=0.18.0
|
| 11 |
+
matplotlib
|
| 12 |
+
numpy
|
| 13 |
+
pandas
|
| 14 |
+
python-dateutil
|
| 15 |
+
tqdm
|
| 16 |
+
plotly
|
| 17 |
+
opencv-python
|