Spaces:
Runtime error
Runtime error
gpt-omni
commited on
Commit
·
fe53ad3
1
Parent(s):
411819d
update
Browse files
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()
|