exx8 commited on
Commit
3be837f
1 Parent(s): e0fc0eb

add sharable link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ with gr.Blocks() as demo:
91
  run_btn.click(inference, inputs=[input_image, change_map, gs, prompt, neg_prompt], outputs=output)
92
  clr_btn.add(output)
93
  if __name__ == "__main__":
94
- demo.launch()
95
 
 
91
  run_btn.click(inference, inputs=[input_image, change_map, gs, prompt, neg_prompt], outputs=output)
92
  clr_btn.add(output)
93
  if __name__ == "__main__":
94
+ demo.launch(share=True)
95