Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesinstall gradio from ssr fix branch
- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
APScheduler
|
2 |
black
|
3 |
datasets
|
4 |
-
gradio
|
5 |
-
gradio[oauth]
|
6 |
gradio_leaderboard
|
7 |
-
|
8 |
huggingface-hub
|
9 |
matplotlib
|
10 |
numpy
|
|
|
1 |
APScheduler
|
2 |
black
|
3 |
datasets
|
4 |
+
gradio @ https://gradio-pypi-previews.s3.amazonaws.com/2f9dfed6ff7047d5966c4745c53b3898fa7507c8/gradio-5.4.0-py3-none-any.whl
|
|
|
5 |
gradio_leaderboard
|
6 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@2f9dfed6ff7047d5966c4745c53b3898fa7507c8#subdirectory=client/python
|
7 |
huggingface-hub
|
8 |
matplotlib
|
9 |
numpy
|