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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -275,9 +275,8 @@ with demo:
275
 
276
  mic_transcribe = gr.Interface(
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()
 
275
 
276
  mic_transcribe = gr.Interface(
277
  fn=transcribe_speech,
278
+ inputs=gr.Audio(sources="microphone", type="filepath", editable=False),
279
  outputs=gr.components.Textbox(),
 
280
  )
281
 
282
  # chat_demo_interface.queue()