Pijush2023 commited on
Commit
fd8012f
·
verified ·
1 Parent(s): b3b5557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ interface = gr.Interface(
216
  fn=process_audio_query,
217
  inputs=gr.Audio(sources="microphone", type="numpy",streaming=True),
218
  outputs=gr.Audio(type="filepath", autoplay=True),
219
- live=True,
220
  description="Ask questions via audio and receive audio responses.",
221
  allow_flagging="never" # Disables the Clear button
222
  )
 
216
  fn=process_audio_query,
217
  inputs=gr.Audio(sources="microphone", type="numpy",streaming=True),
218
  outputs=gr.Audio(type="filepath", autoplay=True),
219
+ live=False,
220
  description="Ask questions via audio and receive audio responses.",
221
  allow_flagging="never" # Disables the Clear button
222
  )