Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
gradio==2.9.0b8
|
2 |
-
huggingface_hub
|
3 |
cycler==0.10.0
|
4 |
decorator==4.4.1
|
5 |
imageio==2.8.0
|
@@ -8,6 +6,7 @@ matplotlib==3.1.3
|
|
8 |
networkx==2.4
|
9 |
numpy==1.18.1
|
10 |
opencv-python==4.2.0.32
|
|
|
11 |
Pillow==9.0.0
|
12 |
PyOpenGL==3.1.5
|
13 |
pyparsing==2.4.6
|
@@ -17,9 +16,8 @@ scikit-image==0.16.2
|
|
17 |
scipy==1.4.1
|
18 |
Shapely==1.7.0
|
19 |
six==1.14.0
|
20 |
-
torch
|
21 |
torchvision
|
22 |
-
tqdm
|
23 |
trimesh==3.5.23
|
24 |
-
xxhash==1.4.3
|
25 |
-
backgroundremover
|
|
|
|
|
|
|
1 |
cycler==0.10.0
|
2 |
decorator==4.4.1
|
3 |
imageio==2.8.0
|
|
|
6 |
networkx==2.4
|
7 |
numpy==1.18.1
|
8 |
opencv-python==4.2.0.32
|
9 |
+
pathlib==1.0.1
|
10 |
Pillow==9.0.0
|
11 |
PyOpenGL==3.1.5
|
12 |
pyparsing==2.4.6
|
|
|
16 |
scipy==1.4.1
|
17 |
Shapely==1.7.0
|
18 |
six==1.14.0
|
19 |
+
torch==1.11.0+cu113
|
20 |
torchvision
|
21 |
+
tqdm==4.43.0
|
22 |
trimesh==3.5.23
|
23 |
+
xxhash==1.4.3
|
|