HumanAIGC commited on
Commit
c56b9f1
1 Parent(s): 1e4fc14

20231214 4

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -153,9 +153,8 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
153
  os.path.join(os.path.dirname(__file__), "garments/bottom5.png"),
154
  ])
155
 
156
-
157
- with gr.Column():
158
  run_button = gr.Button(value="Run")
 
159
  gallery = gr.Image()
160
 
161
  run_button.click(fn=get_tryon_result,
 
153
  os.path.join(os.path.dirname(__file__), "garments/bottom5.png"),
154
  ])
155
 
 
 
156
  run_button = gr.Button(value="Run")
157
+ with gr.Column():
158
  gallery = gr.Image()
159
 
160
  run_button.click(fn=get_tryon_result,