nvn04 commited on
Commit
a68403f
·
verified ·
1 Parent(s): 56c2b96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -336,11 +336,11 @@ def app_gradio():
336
  )
337
  # Mask instruction
338
  with gr.Row():
339
- with 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>'
342
  )
343
- with gr.Column(scale = 1):
344
  cloth_type = gr.Radio(
345
  label="Try-On Cloth Type",
346
  choices=["upper", "lower", "overall"],
 
336
  )
337
  # Mask instruction
338
  with gr.Row():
339
+ with gr.Column(scale = 1, min_width=230):
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>'
342
  )
343
+ with gr.Column(scale = 1, min_width=230):
344
  cloth_type = gr.Radio(
345
  label="Try-On Cloth Type",
346
  choices=["upper", "lower", "overall"],