Spaces:
Build error
Build error
Update run/gradio_ootd.py
Browse files- run/gradio_ootd.py +1 -1
run/gradio_ootd.py
CHANGED
@@ -180,7 +180,7 @@ with block:
|
|
180 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=2147483647, step=1, value=-1)
|
181 |
|
182 |
ips = [vton_img, garm_img, n_samples, n_steps, image_scale, seed]
|
183 |
-
run_button.click(fn=process_hd, inputs=ips, outputs=[result_gallery],
|
184 |
|
185 |
|
186 |
with gr.Row():
|
|
|
180 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=2147483647, step=1, value=-1)
|
181 |
|
182 |
ips = [vton_img, garm_img, n_samples, n_steps, image_scale, seed]
|
183 |
+
run_button.click(fn=process_hd, inputs=ips, outputs=[result_gallery], api_name='generate_hc')
|
184 |
|
185 |
|
186 |
with gr.Row():
|