Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -205,4 +205,5 @@ gr.Interface(
|
|
205 |
title="MAGIC VoiceChat",
|
206 |
description="A simple example of audio conversational AI",
|
207 |
theme="sudeepshouche/minimalist",
|
|
|
208 |
).launch()
|
|
|
205 |
title="MAGIC VoiceChat",
|
206 |
description="A simple example of audio conversational AI",
|
207 |
theme="sudeepshouche/minimalist",
|
208 |
+
live=True
|
209 |
).launch()
|