Commit ·
8a21f35
1
Parent(s): ea6c96d
Remove huggingface-hub pin restricting Gradio 5 install
Browse files- requirements.txt +0 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
gradio>=5.0.0
|
| 2 |
-
huggingface-hub<0.27.0
|
| 3 |
opencv-python-headless>=4.8.0.76
|
| 4 |
Pillow>=10.0.0
|
| 5 |
numpy>=1.26.0,<2.0.0
|
|
|
|
| 1 |
gradio>=5.0.0
|
|
|
|
| 2 |
opencv-python-headless>=4.8.0.76
|
| 3 |
Pillow>=10.0.0
|
| 4 |
numpy>=1.26.0,<2.0.0
|