Lenylvt commited on
Commit
1a8b6da
·
verified ·
1 Parent(s): 87107a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def transcribe(audio_file):
19
 
20
  # Create the Gradio interface
21
  iface = gr.Interface(fn=transcribe,
22
- inputs=gr.Audio(source="upload", type="filepath"),
23
  outputs="text",
24
  title="Whisper Transcription",
25
  description="Upload an audio file to transcribe it using OpenAI's Whisper model.")
 
19
 
20
  # Create the Gradio interface
21
  iface = gr.Interface(fn=transcribe,
22
+ inputs=gr.Audio(sources="upload", type="filepath"),
23
  outputs="text",
24
  title="Whisper Transcription",
25
  description="Upload an audio file to transcribe it using OpenAI's Whisper model.")