Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ def download_video_mp3(url):
|
|
238 |
|
239 |
def audio_to_text(filename):
|
240 |
|
241 |
-
model = whisper.load_model("
|
242 |
result = model.transcribe(filename)
|
243 |
|
244 |
transcription = result["text"]
|
|
|
238 |
|
239 |
def audio_to_text(filename):
|
240 |
|
241 |
+
model = whisper.load_model("tiny")
|
242 |
result = model.transcribe(filename)
|
243 |
|
244 |
transcription = result["text"]
|