nickmuchi commited on
Commit
0a44459
1 Parent(s): 9bf9a47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with demo:
110
 
111
  with gr.Row():
112
  query = gr.Textbox(label='Transcribed Text')
113
- audio.Change(asr,audio,query)
114
 
115
  with gr.Row():
116
 
 
110
 
111
  with gr.Row():
112
  query = gr.Textbox(label='Transcribed Text')
113
+ audio.change(asr,audio,query)
114
 
115
  with gr.Row():
116