Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
torch
|
| 3 |
transformers
|
| 4 |
moviepy
|
| 5 |
faster-whisper
|
| 6 |
-
coqui-ai-
|
| 7 |
opencv-python
|
| 8 |
-
ffmpeg-python
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
torch
|
| 3 |
transformers
|
| 4 |
moviepy
|
| 5 |
faster-whisper
|
| 6 |
+
coqui-ai-tts
|
| 7 |
opencv-python
|
| 8 |
+
ffmpeg-python
|
| 9 |
+
requests
|