Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
transformers
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
torch
|
| 6 |
-
torchaudio
|
| 7 |
-
sentencepiece
|
| 8 |
-
speechbrain
|
| 9 |
-
librosa
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/parler-tts.git
|
| 2 |
+
transformers==4.46.1
|
| 3 |
+
numpy==1.24.4
|
| 4 |
+
num2words
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|