Spaces:
Runtime error
Runtime error
Commit
·
21d36f8
1
Parent(s):
1bce54b
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import subprocess
|
|
| 4 |
import whisper
|
| 5 |
from whisper.utils import write_vtt
|
| 6 |
|
| 7 |
-
model = whisper.load_model("
|
| 8 |
|
| 9 |
def video2mp3(video_file, output_ext="mp3"):
|
| 10 |
filename, ext = os.path.splitext(video_file)
|
|
|
|
| 4 |
import whisper
|
| 5 |
from whisper.utils import write_vtt
|
| 6 |
|
| 7 |
+
model = whisper.load_model("small")
|
| 8 |
|
| 9 |
def video2mp3(video_file, output_ext="mp3"):
|
| 10 |
filename, ext = os.path.splitext(video_file)
|