Alimubariz124 commited on
Commit
3febded
·
verified ·
1 Parent(s): 17be188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def transcribe_audio(audio_file):
35
 
36
  # Create a Gradio interface
37
  audio_input = gr.Audio(label="Upload Audio File")
38
- output_text = gr.outputs.Textbox(label="Transcribed Text")
39
 
40
  # Instantiate the Gradio interface
41
  app = gr.Interface(
 
35
 
36
  # Create a Gradio interface
37
  audio_input = gr.Audio(label="Upload Audio File")
38
+ output_text = gr.Textbox(label="Transcribed Text")
39
 
40
  # Instantiate the Gradio interface
41
  app = gr.Interface(