Spaces:
Sleeping
Sleeping
shyuli commited on
Commit ·
c2f3a1e
1
Parent(s): 9ca07ef
version v0.1
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
APScheduler>=3.10
|
| 2 |
+
gradio>=5.43.1,<6
|
| 3 |
+
gradio_leaderboard==0.0.13
|
| 4 |
+
huggingface-hub>=0.18.0
|
| 5 |
+
pandas>=1.5
|
| 6 |
+
numpy>=1.23
|
| 7 |
+
|