Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ paddlepaddle==2.6.0
|
|
3 |
numpy==1.23.5
|
4 |
opencv-python==4.5.5.64
|
5 |
Pillow
|
6 |
-
|
|
|
|
3 |
numpy==1.23.5
|
4 |
opencv-python==4.5.5.64
|
5 |
Pillow
|
6 |
+
# Use a Gradio version that supports file_count="multiple" on gr.File
|
7 |
+
gradio>=3.38,<5
|