Spaces:
Sleeping
Sleeping
Commit ·
930fc9f
1
Parent(s): ee432f8
fix: Update gradio and huggingface_hub versions
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
gradio==4.
|
| 2 |
numpy==1.24.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
requests==2.31.0
|
|
|
|
|
|
| 1 |
+
gradio==4.50.0
|
| 2 |
numpy==1.24.3
|
| 3 |
scikit-learn==1.3.0
|
| 4 |
requests==2.31.0
|
| 5 |
+
huggingface_hub>=0.20.0
|