Eaglebelt commited on
Commit
15899e6
·
verified ·
1 Parent(s): f83cf96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
40
  with gr.Row():
41
  src = gr.Image(sources="upload", type="filepath", label="Person Image")
42
  ref = gr.Image(sources="upload", type="filepath", label="Garment Image")
43
- with gr.column()
44
  out = gr.Image(type="filepath", label="Result", )
45
  btn = gr.Button("Generate")
46
  btn.click(virtual_tryon, [src, ref], out)
 
40
  with gr.Row():
41
  src = gr.Image(sources="upload", type="filepath", label="Person Image")
42
  ref = gr.Image(sources="upload", type="filepath", label="Garment Image")
43
+ with gr.column():
44
  out = gr.Image(type="filepath", label="Result", )
45
  btn = gr.Button("Generate")
46
  btn.click(virtual_tryon, [src, ref], out)