Spaces:
Runtime error
Runtime error
Pin compatible versions to fix import error
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
torch
|
| 2 |
-
transformers
|
| 3 |
diffusers==0.20.2
|
| 4 |
huggingface_hub==0.17.1
|
| 5 |
-
Pillow
|
| 6 |
-
opencv-python
|
| 7 |
-
mediapipe
|
| 8 |
-
gradio
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
transformers==4.35.0
|
| 3 |
diffusers==0.20.2
|
| 4 |
huggingface_hub==0.17.1
|
| 5 |
+
Pillow==10.0.0
|
| 6 |
+
opencv-python==4.8.0.76
|
| 7 |
+
mediapipe==0.10.9
|
| 8 |
+
gradio==3.45.2
|