Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
torchvision==0.14.1
|
2 |
torch==1.13.1
|
3 |
-
opencv-python-headless
|
4 |
timm==0.6.12
|
5 |
numpy==1.21.5
|
6 |
requests==2.25.1
|
7 |
-
opencv_python==3.4.10.37
|
8 |
openai==0.26.5
|
9 |
-
pillow==9.3.0
|
10 |
-
gradio==3.19.1
|
|
|
1 |
torchvision==0.14.1
|
2 |
torch==1.13.1
|
3 |
+
opencv-python-headless==4.5.3.56
|
4 |
timm==0.6.12
|
5 |
numpy==1.21.5
|
6 |
requests==2.25.1
|
|
|
7 |
openai==0.26.5
|
8 |
+
pillow==9.3.0
|
|