Eaglebelt commited on
Commit
344cce7
·
verified ·
1 Parent(s): 6126ed0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def virtual_tryon(
50
 
51
  with gr.Blocks() as demo:
52
  gr.Markdown("## V_TRY DEMO")
53
- with gr.Row(min_width=600):
54
  with gr.Column():
55
  src = gr.Image(sources="upload", type="filepath", label="Person Image")
56
  ref = gr.Image(sources="upload", type="filepath", label="Garment Image")
 
50
 
51
  with gr.Blocks() as demo:
52
  gr.Markdown("## V_TRY DEMO")
53
+ with gr.Row():
54
  with gr.Column():
55
  src = gr.Image(sources="upload", type="filepath", label="Person Image")
56
  ref = gr.Image(sources="upload", type="filepath", label="Garment Image")