multimodalart HF staff commited on
Commit
209d8d4
1 Parent(s): 0ec2fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -221,7 +221,7 @@ with gr.Blocks(css=css) as demo:
221
 
222
  with gr.Row():
223
  target_ratio = gr.Radio(
224
- label="Expected Ratio",
225
  choices=["9:16", "16:9", "1:1", "Custom"],
226
  value="9:16",
227
  scale=2
@@ -233,9 +233,8 @@ with gr.Blocks(css=css) as demo:
233
  )
234
  resize_option = gr.Radio(
235
  label="Resize input image",
236
- info="For custom check advanced options",
237
  choices=["Full", "75%", "50%", "33%", "25%", "Custom"],
238
- value="Full"
239
  )
240
  custom_resize_percentage = gr.Slider(
241
  label="Custom resize (%)",
 
221
 
222
  with gr.Row():
223
  target_ratio = gr.Radio(
224
+ label="Image Ratio",
225
  choices=["9:16", "16:9", "1:1", "Custom"],
226
  value="9:16",
227
  scale=2
 
233
  )
234
  resize_option = gr.Radio(
235
  label="Resize input image",
 
236
  choices=["Full", "75%", "50%", "33%", "25%", "Custom"],
237
+ value="75%"
238
  )
239
  custom_resize_percentage = gr.Slider(
240
  label="Custom resize (%)",