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