tylerlastovich commited on
Commit
940ecf9
1 Parent(s): 980bce6

add sharing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,4 +264,4 @@ iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
264
  allow_screenshot=False,
265
  thumbnail="thumbnail_gradio.PNG")
266
 
267
- iface.launch(enable_queue=True)
 
264
  allow_screenshot=False,
265
  thumbnail="thumbnail_gradio.PNG")
266
 
267
+ iface.launch(enable_queue=True, share=True)