sigyllly commited on
Commit
55b3155
·
verified ·
1 Parent(s): b9f4e57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -78,7 +78,8 @@ iface_ui = gr.Interface(
78
  )
79
 
80
  # Launch Gradio UI
81
- iface_ui.launch()
 
82
 
83
  # Non-UI Version
84
  def run_non_ui(image_path, pos_prompts, neg_prompts, threshold):
 
78
  )
79
 
80
  # Launch Gradio UI
81
+ # Launch Gradio UI
82
+ iface_ui.launch(share=True)
83
 
84
  # Non-UI Version
85
  def run_non_ui(image_path, pos_prompts, neg_prompts, threshold):