Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -8,6 +8,8 @@ scipy==1.10.1
|
|
8 |
requests==2.31.0
|
9 |
python-dotenv==1.0.0
|
10 |
huggingface_hub>=0.25.1
|
11 |
-
|
|
|
|
|
12 |
|
13 |
|
|
|
8 |
requests==2.31.0
|
9 |
python-dotenv==1.0.0
|
10 |
huggingface_hub>=0.25.1
|
11 |
+
TTS==0.14.0 # For Coqui XTTS-v2
|
12 |
+
xformers==0.0.20 # Optimized attention support
|
13 |
+
|
14 |
|
15 |
|