Spaces:
Runtime error
Runtime error
Abhilashvj
commited on
Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -12,15 +12,12 @@ yt-dlp==2023.3.4
|
|
12 |
ffmpeg-python==0.2.0
|
13 |
moviepy==1.0.3
|
14 |
youtube-dl
|
15 |
-
yt-dlp
|
16 |
-
moviepy
|
17 |
whisper-openai
|
18 |
insightface
|
19 |
-
chromadb
|
20 |
-
tiktoken
|
21 |
-
pytube
|
22 |
youtube_transcript_api
|
23 |
whisper
|
24 |
openai
|
25 |
-
|
26 |
-
|
|
|
|
|
|
12 |
ffmpeg-python==0.2.0
|
13 |
moviepy==1.0.3
|
14 |
youtube-dl
|
|
|
|
|
15 |
whisper-openai
|
16 |
insightface
|
|
|
|
|
|
|
17 |
youtube_transcript_api
|
18 |
whisper
|
19 |
openai
|
20 |
+
tqdm
|
21 |
+
scikit-learn
|
22 |
+
plotly
|
23 |
+
matplotlib
|