Spaces:
Running
Running
Shreyas Meher commited on
Commit ·
195095d
1
Parent(s): 461a384
Pin gradio>=5.20 to fix API schema bug on HF Spaces
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
# Then: pip install -r requirements.txt
|
| 5 |
tensorflow
|
| 6 |
transformers>=4.40,<5
|
| 7 |
-
gradio
|
| 8 |
tf-keras
|
| 9 |
accelerate
|
| 10 |
scikit-learn
|
|
|
|
| 4 |
# Then: pip install -r requirements.txt
|
| 5 |
tensorflow
|
| 6 |
transformers>=4.40,<5
|
| 7 |
+
gradio>=5.20
|
| 8 |
tf-keras
|
| 9 |
accelerate
|
| 10 |
scikit-learn
|