ahmadsuyadi commited on
Commit
ad9a6a7
·
verified ·
1 Parent(s): f096cc0

Update run/gradio_ootd.py

Browse files
Files changed (1) hide show
  1. run/gradio_ootd.py +1 -1
run/gradio_ootd.py CHANGED
@@ -116,7 +116,7 @@ def process_dc(vton_img, garm_img, category, n_samples, n_steps, image_scale, se
116
  return images
117
 
118
 
119
- block = gr.Blocks().queue(concurrency_limit=40)
120
  with block:
121
  with gr.Row():
122
  gr.Markdown("# OOTDiffusion Demo")
 
116
  return images
117
 
118
 
119
+ block = gr.Blocks().queue(default_concurrency_limit=40)
120
  with block:
121
  with gr.Row():
122
  gr.Markdown("# OOTDiffusion Demo")