haowu11 commited on
Commit
00ac3b0
·
verified ·
1 Parent(s): 8cc726c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ def infer(face_img,pose_img, garm_img, prompt,negative_prompt, n_samples, n_step
145
  block = gr.Blocks().queue()
146
  with block:
147
  with gr.Row():
148
- gr.Markdown("# KolorsControlnerTryon Demo")
149
  with gr.Row():
150
  with gr.Column():
151
  pose_img = gr.Image(label="Pose", sources='upload', type="filepath", height=768, value=os.path.join(example_path, 'pose/1.jpg'))
 
145
  block = gr.Blocks().queue()
146
  with block:
147
  with gr.Row():
148
+ gr.Markdown("# KolorsControlnetTryon Demo")
149
  with gr.Row():
150
  with gr.Column():
151
  pose_img = gr.Image(label="Pose", sources='upload', type="filepath", height=768, value=os.path.join(example_path, 'pose/1.jpg'))