jozee commited on
Commit
c215ac5
·
verified ·
1 Parent(s): c28fb33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ with gr.Blocks() as demo:
256
  run_button = gr.Button('Generate')
257
 
258
  with gr.Row():
259
- target_ratio = gr.Ratio(
260
  label="Expected Ratio",
261
  choices=["9:16", "16:9", "1:1", "Custom"],
262
  value="9:16",
 
256
  run_button = gr.Button('Generate')
257
 
258
  with gr.Row():
259
+ target_ratio = gr.Radio(
260
  label="Expected Ratio",
261
  choices=["9:16", "16:9", "1:1", "Custom"],
262
  value="9:16",