Spaces:
Running
Running
Commit ·
5196b54
1
Parent(s): 86b5519
Update TTS library version to 0.23.0+ for better HuggingFace model support
Browse files- Update TTS>=0.23.0 for better custom HuggingFace model support
- Add huggingface-hub dependency for model loading
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
TTS>=0.
|
| 2 |
gradio>=4.0.0,<5.0.0
|
| 3 |
torch>=2.0.0
|
| 4 |
torchaudio>=2.0.0
|
|
@@ -6,4 +6,5 @@ numpy>=1.21.0
|
|
| 6 |
scipy>=1.7.0
|
| 7 |
librosa>=0.9.0
|
| 8 |
soundfile>=0.10.0
|
|
|
|
| 9 |
|
|
|
|
| 1 |
+
TTS>=0.23.0
|
| 2 |
gradio>=4.0.0,<5.0.0
|
| 3 |
torch>=2.0.0
|
| 4 |
torchaudio>=2.0.0
|
|
|
|
| 6 |
scipy>=1.7.0
|
| 7 |
librosa>=0.9.0
|
| 8 |
soundfile>=0.10.0
|
| 9 |
+
huggingface-hub>=0.16.0
|
| 10 |
|