Spaces:
Runtime error
Runtime error
upgrading requirements.txt gradio version
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch>=0.
|
2 |
-
torchvision>=0.
|
3 |
-
gradio
|
4 |
Pillow
|
5 |
opencv-python
|
6 |
numpy
|
|
|
1 |
+
torch>=0.13.1
|
2 |
+
torchvision>=0.14.1
|
3 |
+
gradio>=3.24.1
|
4 |
Pillow
|
5 |
opencv-python
|
6 |
numpy
|