Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
opencv-python-headless>=4.8.0
|
| 2 |
numpy>=1.26.0
|
| 3 |
-
gradio>=4.0.0
|
| 4 |
Pillow>=10.0.0
|
| 5 |
tqdm>=4.65.0
|
|
|
|
| 1 |
opencv-python-headless>=4.8.0
|
| 2 |
numpy>=1.26.0
|
| 3 |
+
gradio>=4.0.0,<5.0.0
|
| 4 |
Pillow>=10.0.0
|
| 5 |
tqdm>=4.65.0
|