ifire commited on
Commit
b9f403d
1 Parent(s): d4c9e6c

Share is not allowed in prod.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,4 +275,4 @@ iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
275
  thumbnail="thumbnail_gradio.PNG",
276
  examples=examples)
277
 
278
- iface.launch(enable_queue=True, share=True)
 
275
  thumbnail="thumbnail_gradio.PNG",
276
  examples=examples)
277
 
278
+ iface.launch(enable_queue=True)