tuan2308 commited on
Commit
7c60421
·
verified ·
1 Parent(s): a26f866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(css=css) as demo:
261
  with gr.Row():
262
  target_ratio = gr.Radio(
263
  label="Expected Ratio",
264
- choices=["9:16", "16:9", "1:1", "Custom"],
265
  value="9:16",
266
  scale=2
267
  )
 
261
  with gr.Row():
262
  target_ratio = gr.Radio(
263
  label="Expected Ratio",
264
+ choices=["1:1","9:16", "16:9", "2:3" ,"3:2","3:4","4:3" "Custom"],
265
  value="9:16",
266
  scale=2
267
  )