nvn04 commited on
Commit
d6e08e4
·
verified ·
1 Parent(s): 306796b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -335,7 +335,7 @@ def app_gradio():
335
  interactive=True, label="Person Image", type="filepath"
336
  )
337
  # Mask instruction
338
- gr.Row():
339
  gr.Column(scale = 1):
340
  gr.Markdown(
341
  '<span style="color: #808080; font-size: small;">Two ways to provide Mask:<br>1. Upload the person image and use the `🖌️` above to draw the Mask (higher priority)<br>2. Select the `Try-On Cloth Type` to generate automatically </span>'
 
335
  interactive=True, label="Person Image", type="filepath"
336
  )
337
  # Mask instruction
338
+ with gr.Row():
339
  gr.Column(scale = 1):
340
  gr.Markdown(
341
  '<span style="color: #808080; font-size: small;">Two ways to provide Mask:<br>1. Upload the person image and use the `🖌️` above to draw the Mask (higher priority)<br>2. Select the `Try-On Cloth Type` to generate automatically </span>'