Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -5,12 +5,12 @@ diffusers==0.20.2
|
|
5 |
accelerate==0.20.3
|
6 |
bitsandbytes>=0.40.0
|
7 |
scipy==1.10.1
|
|
|
|
|
8 |
requests==2.31.0
|
9 |
python-dotenv==1.0.0
|
10 |
huggingface_hub>=0.25.1
|
11 |
-
|
12 |
-
|
13 |
-
pydub==0.25.1
|
14 |
-
|
15 |
|
16 |
|
|
|
5 |
accelerate==0.20.3
|
6 |
bitsandbytes>=0.40.0
|
7 |
scipy==1.10.1
|
8 |
+
pydub==0.25.1
|
9 |
+
TTS==0.14.0 # For text-to-speech
|
10 |
requests==2.31.0
|
11 |
python-dotenv==1.0.0
|
12 |
huggingface_hub>=0.25.1
|
13 |
+
xformers==0.0.20 # Optimized attention support
|
14 |
+
numpy==1.24.3
|
|
|
|
|
15 |
|
16 |
|