Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -5,11 +5,12 @@ scipy==1.10.1
|
|
| 5 |
pydub==0.25.1
|
| 6 |
python-dotenv==1.0.0
|
| 7 |
TTS==0.14.0
|
| 8 |
-
huggingface_hub==0.
|
|
|
|
| 9 |
accelerate==0.20.3
|
| 10 |
xformers==0.0.22
|
| 11 |
numpy>=1.21.0,<1.27.0
|
| 12 |
librosa==0.10.0
|
| 13 |
soundfile==0.12.1
|
| 14 |
protobuf>=3.9.2,<3.20
|
| 15 |
-
tokenizers==0.
|
|
|
|
| 5 |
pydub==0.25.1
|
| 6 |
python-dotenv==1.0.0
|
| 7 |
TTS==0.14.0
|
| 8 |
+
huggingface_hub==0.25.1
|
| 9 |
+
diffusers==0.20.2
|
| 10 |
accelerate==0.20.3
|
| 11 |
xformers==0.0.22
|
| 12 |
numpy>=1.21.0,<1.27.0
|
| 13 |
librosa==0.10.0
|
| 14 |
soundfile==0.12.1
|
| 15 |
protobuf>=3.9.2,<3.20
|
| 16 |
+
tokenizers==0.19.1
|