Spaces:
Runtime error
Runtime error
Fix dependency version mismatch
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
mediapipe
|
8 |
-
|
9 |
-
diffusers==0.27.2
|
10 |
-
safetensors==0.4.2
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
diffusers==0.20.2
|
4 |
+
huggingface_hub==0.17.1
|
5 |
+
Pillow
|
6 |
+
opencv-python
|
7 |
+
mediapipe
|
8 |
+
gradio
|
|
|
|