tori29umai commited on
Commit
5a40f49
1 Parent(s): 75b31e3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,4 +111,4 @@ class Img2Img:
111
  return output_image
112
 
113
  img2img = Img2Img()
114
- img2img.demo.launch(share=True, server_name="none")
 
111
  return output_image
112
 
113
  img2img = Img2Img()
114
+ img2img.demo.launch(share=True, server_name="none", server_port=7890)