MaykaGR commited on
Commit
26c3d1e
·
verified ·
1 Parent(s): 60aaac6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ if __name__ == "__main__":
38
  inputs=[prompt_input, structure_image, style_image, depth_strength, style_strength],
39
  outputs=[output_image]
40
  )
41
- app.launch(share=True)
 
38
  inputs=[prompt_input, structure_image, style_image, depth_strength, style_strength],
39
  outputs=[output_image]
40
  )
41
+ app.launch()