BatuhanYilmaz
commited on
Commit
•
5e9f1db
1
Parent(s):
c63a49a
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
ffmpeg==1.4
|
2 |
ffmpeg_python==0.2.0
|
3 |
numpy==1.23.3
|
@@ -7,5 +8,5 @@ streamlit
|
|
7 |
streamlit_lottie==0.0.3
|
8 |
torch==2.4.0
|
9 |
transformers==4.44.0
|
10 |
-
whisper
|
11 |
-
altair<5
|
|
|
1 |
+
git+https://github.com/openai/whisper.git
|
2 |
ffmpeg==1.4
|
3 |
ffmpeg_python==0.2.0
|
4 |
numpy==1.23.3
|
|
|
8 |
streamlit_lottie==0.0.3
|
9 |
torch==2.4.0
|
10 |
transformers==4.44.0
|
11 |
+
whisper
|
12 |
+
altair<5
|