Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
gradio
|
3 |
+
openai-whisper
|
4 |
+
yt-dlp
|
5 |
+
moviepy
|
6 |
+
pydub
|
7 |
+
transformers
|
8 |
+
sentencepiece
|
9 |
+
langchain
|
10 |
+
python-magic
|
11 |
+
pillow
|
12 |
+
ffmpeg
|
13 |
+
tqdm
|
14 |
+
pyannote.audio
|
15 |
+
pytube
|