Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -6,9 +6,9 @@ omegaconf
|
|
6 |
peft
|
7 |
opencv-python
|
8 |
insightface
|
9 |
-
diffusers
|
10 |
-
torch
|
11 |
-
torchvision
|
12 |
transformers==4.31.0
|
13 |
spaces
|
14 |
huggingface-hub
|
|
|
6 |
peft
|
7 |
opencv-python
|
8 |
insightface
|
9 |
+
diffusers==0.23.0
|
10 |
+
torch==2.0.0
|
11 |
+
torchvision==0.15.1
|
12 |
transformers==4.31.0
|
13 |
spaces
|
14 |
huggingface-hub
|