UltraMarkoRJ commited on
Commit
40a1e89
·
verified ·
1 Parent(s): 2de338e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,4 +232,4 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondar
232
  outputs=[output_image, final_prompt, used_seed]
233
  )
234
 
235
- demo.launch(debug=True)
 
232
  outputs=[output_image, final_prompt, used_seed]
233
  )
234
 
235
+ demo.launch(debug=True, share = True)