Commit
·
18bafbe
1
Parent(s):
407c91a
Fix: Downgrade Gradio to 4.44.1 to resolve dependency conflict with huggingface_hub
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio==
|
| 2 |
huggingface_hub==0.24.7
|
| 3 |
numpy>=1.26.0
|
| 4 |
pandas>=2.1.0
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
huggingface_hub==0.24.7
|
| 3 |
numpy>=1.26.0
|
| 4 |
pandas>=2.1.0
|