Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
torch
|
2 |
transformers
|
3 |
gradio
|
4 |
-
TTS
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
transformers
|
3 |
gradio
|
4 |
+
TTS
|
5 |
+
torchaudio
|
6 |
+
scipy
|
7 |
+
numpy
|
8 |
+
matplotlib
|