Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ torchvision>=0.15.2,<=0.17.2
|
|
3 |
torchaudio>=2.0.2,<=2.2.2
|
4 |
mediapipe
|
5 |
transformers==4.38.2
|
6 |
-
diffusers
|
7 |
torchmetrics
|
8 |
torchtyping
|
9 |
tqdm
|
@@ -15,5 +15,5 @@ omegaconf==2.3.0
|
|
15 |
opencv-python
|
16 |
av==11.0.0
|
17 |
accelerate
|
18 |
-
huggingface_hub
|
19 |
pydub
|
|
|
3 |
torchaudio>=2.0.2,<=2.2.2
|
4 |
mediapipe
|
5 |
transformers==4.38.2
|
6 |
+
diffusers==0.24.0
|
7 |
torchmetrics
|
8 |
torchtyping
|
9 |
tqdm
|
|
|
15 |
opencv-python
|
16 |
av==11.0.0
|
17 |
accelerate
|
18 |
+
huggingface_hub==0.25.2
|
19 |
pydub
|