TulipAIs commited on
Commit
1b794ec
1 Parent(s): 6177380

similar to previous

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1538,7 +1538,7 @@ def ui_full(launch_kwargs):
1538
  #s.change(variable_outputs, s, textboxes)
1539
  s_a.change(variable_outputs, s_a, textboxes_a)
1540
  #interface.queue().launch(**launch_kwargs)
1541
- interface.queue().launch(**launch_kwargs)
1542
 
1543
 
1544
  def ui_batched(launch_kwargs):
 
1538
  #s.change(variable_outputs, s, textboxes)
1539
  s_a.change(variable_outputs, s_a, textboxes_a)
1540
  #interface.queue().launch(**launch_kwargs)
1541
+ interface.queue().launch(share=True)
1542
 
1543
 
1544
  def ui_batched(launch_kwargs):