unassigned port
Browse files
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(
|
|
|
|
| 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)
|