Spaces:
Sleeping
Sleeping
Commit ·
4484bd4
1
Parent(s): 20384dd
fix: Update gradio to 6.1.0 for hf_hub 1.x compatibility
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
gradio==
|
| 2 |
numpy==1.24.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
-
requests==2.31.0
|
| 5 |
-
huggingface_hub==0.23.4
|
|
|
|
| 1 |
+
gradio==6.1.0
|
| 2 |
numpy==1.24.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
+
requests==2.31.0
|
|
|