khang119966 commited on
Commit
c23a674
·
verified ·
1 Parent(s): 4b6d32a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -277,6 +277,7 @@ with demo:
277
  fn=transcribe_speech,
278
  inputs=gr.Audio(sources="microphone", type="filepath"),
279
  outputs=gr.components.Textbox(),
 
280
  )
281
 
282
  # chat_demo_interface.queue()
 
277
  fn=transcribe_speech,
278
  inputs=gr.Audio(sources="microphone", type="filepath"),
279
  outputs=gr.components.Textbox(),
280
+ editable=False
281
  )
282
 
283
  # chat_demo_interface.queue()