Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def transcribe(audio):
|
|
58 |
|
59 |
iface = gr.Interface(
|
60 |
fn=transcribe,
|
61 |
-
inputs=gr.Audio(sources=["microphone", "upload"], type="filepath"
|
62 |
outputs="text",
|
63 |
title="π Whisper Small - Holy Quran (Amma Juz) Transcription",
|
64 |
description=(
|
|
|
58 |
|
59 |
iface = gr.Interface(
|
60 |
fn=transcribe,
|
61 |
+
inputs=gr.Audio(sources=["microphone", "upload"], type="filepath"), # Limit file size to 50MB
|
62 |
outputs="text",
|
63 |
title="π Whisper Small - Holy Quran (Amma Juz) Transcription",
|
64 |
description=(
|