aiqcamp commited on
Commit
a5969e2
β€’
1 Parent(s): 806a3a7

Update run/gradio_ootd.py

Browse files
Files changed (1) hide show
  1. run/gradio_ootd.py +2 -3
run/gradio_ootd.py CHANGED
@@ -118,10 +118,9 @@ def process_dc(vton_img, garm_img, category, n_samples, n_steps, image_scale, se
118
  return images
119
 
120
 
121
- block = gr.Blocks().queue()
122
  with block:
123
- with gr.Row():
124
- gr.Markdown("# OOTDiffusion Demo")
125
  with gr.Row():
126
  gr.Markdown("## Half-body")
127
  with gr.Row():
 
118
  return images
119
 
120
 
121
+ block = gr.Blocks(theme="Nymbo/Nymbo_Theme").queue()
122
  with block:
123
+
 
124
  with gr.Row():
125
  gr.Markdown("## Half-body")
126
  with gr.Row():