fawzanaramam commited on
Commit
868ba95
Β·
verified Β·
1 Parent(s): 7b42a60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", max_length=50), # Limit file size to 50MB
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=(