RamAnanth1 commited on
Commit
d9b4dbe
·
1 Parent(s): 3e5acc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(title='Talk to chatGPT') as demo:
158
  rounded=(True, True, True, True),
159
  width=100
160
  )
161
- transcribe_btn_btn.click(fn=transcribe,
162
  inputs=prompt_input_audio,
163
  outputs=prompt_input
164
  )
 
158
  rounded=(True, True, True, True),
159
  width=100
160
  )
161
+ transcribe_btn.click(fn=transcribe,
162
  inputs=prompt_input_audio,
163
  outputs=prompt_input
164
  )