Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/openai/whisper.git
|
| 2 |
+
openai
|
| 3 |
+
gradio
|
| 4 |
+
gtts
|
| 5 |
+
moviepy
|
| 6 |
+
torch # Required for Whisper
|
| 7 |
+
ffmpeg-python # Needed for handling audio extraction
|