Spaces:
Running
Running
Commit
·
2be6918
1
Parent(s):
4e06bfc
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
|
|
2 |
opencv_python
|
3 |
-
Pillow
|
4 |
-
|
5 |
-
|
6 |
-
torch
|
7 |
-
|
8 |
-
torchvision
|
|
|
1 |
+
gradio==3.25.0
|
2 |
+
numpy==1.23.5
|
3 |
opencv_python
|
4 |
+
Pillow==9.5.0
|
5 |
+
skimage==0.0
|
6 |
+
timm==0.6.13
|
7 |
+
torch==1.13.0
|
8 |
+
torchvision==0.14.0
|
|