Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
streamlit
|
2 |
-
|
|
|
3 |
moviepy
|
|
|
4 |
imageio[ffmpeg]
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
transformers
|
3 |
+
torch
|
4 |
moviepy
|
5 |
+
TTS
|
6 |
imageio[ffmpeg]
|
7 |
+
numpy
|
8 |
+
scipy
|
9 |
+
soundfile
|