Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|