Alimubariz124 commited on
Commit
7c8b60f
·
verified ·
1 Parent(s): 6a8fefe

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(audio_file):
34
  return transcribed_text
35
 
36
  # Create a Gradio interface
37
- audio_input = gr.Audio(source="upload",type="filepath")
38
  output_text = gr.Textbox(label="Transcribed Text")
39
 
40
  # Instantiate the Gradio interface
 
34
  return transcribed_text
35
 
36
  # Create a Gradio interface
37
+ audio_input = gr.Audio()
38
  output_text = gr.Textbox(label="Transcribed Text")
39
 
40
  # Instantiate the Gradio interface