Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
APScheduler
|
2 |
black
|
3 |
datasets
|
4 |
-
gradio==4.44.
|
5 |
gradio_leaderboard==0.0.9
|
6 |
huggingface-hub>=0.18.0
|
|
|
7 |
matplotlib
|
8 |
numpy
|
9 |
pandas
|
|
|
1 |
APScheduler
|
2 |
black
|
3 |
datasets
|
4 |
+
gradio==4.44.0
|
5 |
gradio_leaderboard==0.0.9
|
6 |
huggingface-hub>=0.18.0
|
7 |
+
gradio_client==1.3.0
|
8 |
matplotlib
|
9 |
numpy
|
10 |
pandas
|