Pijush2023 commited on
Commit
164b9f7
·
verified ·
1 Parent(s): 5f00699

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -227,7 +227,6 @@ interface = gr.Interface(
227
  fn=process_audio_query,
228
  inputs=gr.Audio(sources="microphone", type="numpy",streaming=True),
229
  outputs=gr.Audio(type="filepath", autoplay=True),
230
- live=False,
231
  description="Ask questions via audio and receive audio responses.",
232
  allow_flagging="never" # Disables the Clear button
233
  )
 
227
  fn=process_audio_query,
228
  inputs=gr.Audio(sources="microphone", type="numpy",streaming=True),
229
  outputs=gr.Audio(type="filepath", autoplay=True),
 
230
  description="Ask questions via audio and receive audio responses.",
231
  allow_flagging="never" # Disables the Clear button
232
  )