Spaces:
Runtime error
Runtime error
update dependenceis
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
diffusers
|
3 |
opencv-python-headless
|
@@ -5,8 +10,4 @@ safetensors
|
|
5 |
pillow
|
6 |
accelerate
|
7 |
geffnet
|
8 |
-
|
9 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
10 |
-
torch
|
11 |
-
torchvision
|
12 |
-
torchaudio
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.2.0
|
3 |
+
torchvision
|
4 |
+
torchaudio
|
5 |
+
|
6 |
transformers
|
7 |
diffusers
|
8 |
opencv-python-headless
|
|
|
10 |
pillow
|
11 |
accelerate
|
12 |
geffnet
|
13 |
+
glob2
|
|
|
|
|
|
|
|