Spaces:
Running
Running
Food Desert commited on
Commit ·
a064be2
1
Parent(s): 3aa1163
Align Gradio dependency with HF Space SDK version
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
gradio==
|
| 2 |
-
gradio-client==1.3.0
|
| 3 |
hnswlib==0.8.0
|
| 4 |
numpy==1.25.1
|
| 5 |
scikit-learn==1.4.1.post1
|
|
|
|
| 1 |
+
gradio==5.43.1
|
|
|
|
| 2 |
hnswlib==0.8.0
|
| 3 |
numpy==1.25.1
|
| 4 |
scikit-learn==1.4.1.post1
|