multimodalart HF Staff commited on
Commit
774c9c4
·
verified ·
1 Parent(s): 645e05e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ with gr.Blocks(css=css) as demo:
288
  aspect_ratio = gr.Radio(
289
  label="Aspect ratio (width:height)",
290
  choices=["1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3"],
291
- value="1:1",
292
  )
293
  prompt_enhance = gr.Checkbox(label="Prompt Enhance", value=True)
294
 
 
288
  aspect_ratio = gr.Radio(
289
  label="Aspect ratio (width:height)",
290
  choices=["1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3"],
291
+ value="16:9",
292
  )
293
  prompt_enhance = gr.Checkbox(label="Prompt Enhance", value=True)
294