Spaces:
Paused
Paused
Abdulrahman1989
commited on
Commit
·
b7a4087
1
Parent(s):
b8eca8b
update
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
+
torch>=1.8.0
|
2 |
+
torchvision>=0.9.0
|
3 |
+
numpy
|
4 |
+
Pillow
|
5 |
+
imageio
|
6 |
+
rembg
|
7 |
+
omegaconf
|
8 |
+
huggingface_hub
|