altayavci commited on
Commit
13a0566
1 Parent(s): 7755ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks(css=".output-image, .input-image, .image-preview {height: 400px !
79
  ])
80
  with gr.Column():
81
  run_button = gr.Button(value="Run")
82
- gallery = gr.Image() #width=512, height=768
83
  run_button.click(fn=get_tryon_result,
84
  inputs=[
85
  init_image,
 
79
  ])
80
  with gr.Column():
81
  run_button = gr.Button(value="Run")
82
+ gallery = gr.Image(width=512, height=768)
83
  run_button.click(fn=get_tryon_result,
84
  inputs=[
85
  init_image,