Spaces:
Runtime error
Runtime error
Update run/gradio_ootd.py
Browse files- run/gradio_ootd.py +0 -2
run/gradio_ootd.py
CHANGED
@@ -271,8 +271,6 @@ with block:
|
|
271 |
ips_dc = [vton_img_dc, garm_img_dc, category_dc, n_samples_dc, n_steps_dc, image_scale_dc, seed_dc]
|
272 |
run_button_dc.click(fn=process_dc, inputs=ips_dc, outputs=[result_gallery_dc])
|
273 |
|
274 |
-
block = gr.Blocks().queue()
|
275 |
-
|
276 |
CUSTOM_PATH = "/gradio"
|
277 |
|
278 |
app = FastAPI()
|
|
|
271 |
ips_dc = [vton_img_dc, garm_img_dc, category_dc, n_samples_dc, n_steps_dc, image_scale_dc, seed_dc]
|
272 |
run_button_dc.click(fn=process_dc, inputs=ips_dc, outputs=[result_gallery_dc])
|
273 |
|
|
|
|
|
274 |
CUSTOM_PATH = "/gradio"
|
275 |
|
276 |
app = FastAPI()
|