Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
aiohttp
|
|
|
1 |
+
gradio==4.24.0
|
2 |
+
kornia==0.7.2
|
3 |
+
numpy==1.24.3
|
4 |
+
onnxruntime==1.17.1
|
5 |
+
opencv_python==4.8.1.78
|
6 |
+
Pillow==10.1.0
|
7 |
+
Pillow==10.3.0
|
8 |
+
torch==2.2.0
|
9 |
+
torchvision==0.16.0
|
10 |
+
tqdm==4.66.1
|
|