Spaces:
Running
Running
Commit ·
1ff6e01
1
Parent(s): 5196b54
Revert TTS version to 0.22.0 (latest available version)
Browse files- TTS 0.23.0 doesn't exist, latest is 0.22.0
- Remove huggingface-hub dependency as it's already included in HuggingFace Spaces
- requirements.txt +1 -2
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,5 +6,4 @@ numpy>=1.21.0
|
|
| 6 |
scipy>=1.7.0
|
| 7 |
librosa>=0.9.0
|
| 8 |
soundfile>=0.10.0
|
| 9 |
-
huggingface-hub>=0.16.0
|
| 10 |
|
|
|
|
| 1 |
+
TTS>=0.22.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 |
|