gpt-omni commited on
Commit
fe53ad3
·
1 Parent(s): 411819d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -318,7 +318,7 @@ demo = gr.Interface(
318
  inputs=gr.Audio(type="filepath", label="Microphone"),
319
  outputs=[gr.Audio(label="Response", streaming=True, autoplay=True)],
320
  title="Chat Mini-Omni Demo",
321
- live=True,
322
  )
323
  demo.queue()
324
  demo.launch()
 
318
  inputs=gr.Audio(type="filepath", label="Microphone"),
319
  outputs=[gr.Audio(label="Response", streaming=True, autoplay=True)],
320
  title="Chat Mini-Omni Demo",
321
+ # live=True,
322
  )
323
  demo.queue()
324
  demo.launch()