Spaces:
Runtime error
Runtime error
Abhilashvj
commited on
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
streamlit==1.22.0
|
2 |
torch==1.13.1
|
3 |
torchvision==0.14.1
|
@@ -13,7 +15,6 @@ 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
|
|
|
1 |
+
insightface==0.7.3
|
2 |
+
onnxruntime
|
3 |
streamlit==1.22.0
|
4 |
torch==1.13.1
|
5 |
torchvision==0.14.1
|
|
|
15 |
moviepy==1.0.3
|
16 |
youtube-dl
|
17 |
whisper-openai
|
|
|
18 |
youtube_transcript_api
|
19 |
whisper
|
20 |
openai
|