BatuhanYilmaz
commited on
Commit
•
956ae39
1
Parent(s):
f13254e
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
git+https://github.com/openai/whisper.git
|
2 |
ffmpeg==1.4
|
3 |
ffmpeg_python==0.2.0
|
4 |
numpy==1.23.3
|
5 |
-
|
6 |
-
requests==2.
|
7 |
-
streamlit==1.
|
8 |
streamlit_lottie==0.0.3
|
9 |
-
|
10 |
-
|
|
|
|
|
|
1 |
ffmpeg==1.4
|
2 |
ffmpeg_python==0.2.0
|
3 |
numpy==1.23.3
|
4 |
+
pytubefix==6.13.0
|
5 |
+
requests==2.32.3
|
6 |
+
streamlit==1.37.1
|
7 |
streamlit_lottie==0.0.3
|
8 |
+
torch==2.4.0
|
9 |
+
transformers==4.44.0
|
10 |
+
whisper==1.0
|