rodrigomasini commited on
Commit
1f81c82
·
verified ·
1 Parent(s): d3a9b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()