lbjocson commited on
Commit
7a2f455
·
verified ·
1 Parent(s): 9369b04

Update run/gradio_ootd.py

Browse files
Files changed (1) hide show
  1. 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()