Lenylvt commited on
Commit
64736ec
·
verified ·
1 Parent(s): dc2f23e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def transcribe(audio_file):
34
 
35
  # Define the Gradio interface
36
  iface = gr.Interface(fn=transcribe,
37
- inputs=gr.inputs.Audio(source="upload", type="file", label="Upload Audio"),
38
  outputs="text",
39
  title="Whisper Transcription with Enhanced Timestamps",
40
  description="Upload an audio file to get transcription with enhanced timestamps in HH:MM:SS.mmm format using Faster Whisper.")
 
34
 
35
  # Define the Gradio interface
36
  iface = gr.Interface(fn=transcribe,
37
+ inputs=gr.Audio(sources="upload", type="filepath", label="Upload Audio"),
38
  outputs="text",
39
  title="Whisper Transcription with Enhanced Timestamps",
40
  description="Upload an audio file to get transcription with enhanced timestamps in HH:MM:SS.mmm format using Faster Whisper.")