Spaces:
Runtime error
Runtime error
GitHub Copilot commited on
Commit ·
1d1958d
1
Parent(s): d60b133
Fix: Pin huggingface_hub<0.21.0 for Gradio 4.20.0 compatibility
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,5 +3,6 @@ opencv-python-headless>=4.5.0
|
|
| 3 |
Pillow>=9.0.0
|
| 4 |
scikit-image>=0.19.0
|
| 5 |
gradio==4.20.0
|
|
|
|
| 6 |
plotly
|
| 7 |
sympy
|
|
|
|
| 3 |
Pillow>=9.0.0
|
| 4 |
scikit-image>=0.19.0
|
| 5 |
gradio==4.20.0
|
| 6 |
+
huggingface_hub<0.21.0
|
| 7 |
plotly
|
| 8 |
sympy
|