Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
diffusers==0.23.0
|
2 |
-
transformers
|
3 |
-
accelerate
|
4 |
huggingface_hub==0.20.2
|
5 |
torch==2.1.0
|
6 |
-
gradio==4.
|
7 |
tqdm
|
8 |
-
numpy
|
9 |
opencv-python
|
10 |
-
mediapipe
|
|
|
|
|
|
1 |
diffusers==0.23.0
|
2 |
+
transformers==4.30.2
|
3 |
+
accelerate==0.27.0
|
4 |
huggingface_hub==0.20.2
|
5 |
torch==2.1.0
|
6 |
+
gradio==4.36.1
|
7 |
tqdm
|
8 |
+
numpy<2
|
9 |
opencv-python
|
10 |
+
mediapipe
|
11 |
+
safetensors
|
12 |
+
omegaconf
|