Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
altair
|
2 |
pandas
|
3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
altair
|
2 |
pandas
|
3 |
+
streamlit
|
4 |
+
yt_dlp
|
5 |
+
ffmpeg-python
|
6 |
+
torchaudio
|
7 |
+
transformers
|
8 |
+
pandas
|
9 |
+
numpy
|
10 |
+
openai-whisper
|