Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
numpy>=1.26
|
| 3 |
pillow>=10.0
|
| 4 |
opencv-python-headless>=4.8
|
| 5 |
scikit-image>=0.22
|
| 6 |
scipy>=1.11
|
| 7 |
-
pandas>=2.1
|
| 8 |
-
audioop-lts
|
|
|
|
| 1 |
+
gradio>=5.0,<6.0
|
| 2 |
numpy>=1.26
|
| 3 |
pillow>=10.0
|
| 4 |
opencv-python-headless>=4.8
|
| 5 |
scikit-image>=0.22
|
| 6 |
scipy>=1.11
|
| 7 |
+
pandas>=2.1
|
|
|