BatuhanYilmaz
commited on
Commit
•
8366e45
1
Parent(s):
5b5cb7b
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
ffmpeg==1.4
|
2 |
ffmpeg_python==0.2.0
|
3 |
numpy==1.23.3
|
@@ -5,4 +6,4 @@ pytube==12.1.0
|
|
5 |
requests==2.28.1
|
6 |
streamlit==1.13.0
|
7 |
streamlit_lottie==0.0.3
|
8 |
-
whisper
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
ffmpeg==1.4
|
3 |
ffmpeg_python==0.2.0
|
4 |
numpy==1.23.3
|
|
|
6 |
requests==2.28.1
|
7 |
streamlit==1.13.0
|
8 |
streamlit_lottie==0.0.3
|
9 |
+
whisper
|