Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,6 +195,7 @@ interface = gr.Interface(
|
|
| 195 |
title="MAGIC VoiceChat",
|
| 196 |
description="A simple example of audio conversational AI",
|
| 197 |
theme="sudeepshouche/minimalist",
|
|
|
|
| 198 |
)
|
| 199 |
|
| 200 |
interface.queue().launch()
|
|
|
|
| 195 |
title="MAGIC VoiceChat",
|
| 196 |
description="A simple example of audio conversational AI",
|
| 197 |
theme="sudeepshouche/minimalist",
|
| 198 |
+
live=True
|
| 199 |
)
|
| 200 |
|
| 201 |
interface.queue().launch()
|