Huang commited on
Commit
792cb24
1 Parent(s): ff03e82
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,4 +126,4 @@ with block:
126
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
127
  run_button.click(fn=process(config["uniformer"]), inputs=[input_image, resolution], outputs=[gallery])
128
 
129
- block.launch(server_name='0.0.0.0', server_port=7861)
 
126
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
127
  run_button.click(fn=process(config["uniformer"]), inputs=[input_image, resolution], outputs=[gallery])
128
 
129
+ block.launch()