haizad commited on
Commit
a1b5165
·
1 Parent(s): d2bc90c

unassigned port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,4 +114,4 @@ with block:
114
  ips = [vton_img, garm_img, n_steps, image_scale, seed]
115
  run_button.click(fn=run_viton, inputs=ips, outputs=result_gallery)
116
 
117
- block.launch(server_name='0.0.0.0', server_port=7865, mcp_server=True)
 
114
  ips = [vton_img, garm_img, n_steps, image_scale, seed]
115
  run_button.click(fn=run_viton, inputs=ips, outputs=result_gallery)
116
 
117
+ block.launch(mcp_server=True)