Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
pytube
|
4 |
openai-whisper
|
5 |
-
moviepy==1.0.3
|
6 |
gradio
|
7 |
ffmpeg-python
|
8 |
git+https://github.com/suno-ai/bark.git
|
|
|
1 |
+
moviepy
|
2 |
+
sentencepiece
|
3 |
transformers
|
4 |
torch
|
5 |
pytube
|
6 |
openai-whisper
|
|
|
7 |
gradio
|
8 |
ffmpeg-python
|
9 |
git+https://github.com/suno-ai/bark.git
|