yasserrmd commited on
Commit
45853c5
1 Parent(s): bd6ca9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def transcribe(audio):
15
  # Gradio interface
16
  interface = gr.Interface(
17
  fn=transcribe,
18
- inputs=gr.Audio(source="microphone", type="filepath"),
19
  outputs="text",
20
  title="Whisper Voice Transcription with Hugging Face"
21
  )
 
15
  # Gradio interface
16
  interface = gr.Interface(
17
  fn=transcribe,
18
+ inputs=gr.Audio(sources="microphone", type="filepath"),
19
  outputs="text",
20
  title="Whisper Voice Transcription with Hugging Face"
21
  )