Spaces:
Runtime error
Runtime error
Updated requirements text
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
gradio
|
2 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
requests
|
3 |
+
transformers
|
4 |
+
duckduckgo-search # For web search
|
5 |
+
moviepy # For movie reading
|
6 |
+
openai-whisper
|
7 |
+
torch # whisper requires PyTorch
|
8 |
+
torchaudio
|
9 |
+
ffmpeg-python # required for moviepy audio extraction
|