Jacopo commited on
Commit
9931dd9
1 Parent(s): ad788f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -161,8 +161,6 @@ iface = gr.Interface(
161
  title=title,
162
  description=description,
163
  article=article,
164
- examples=examples,
165
- enable_queue=True,
166
- live=True)
167
 
168
- iface.launch()
 
161
  title=title,
162
  description=description,
163
  article=article,
164
+ examples=examples)
 
 
165
 
166
+ iface.launch(enable_queue=True, share=True)