artificialguybr commited on
Commit
cc94458
1 Parent(s): c71619c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(css="style.css") as demo:
219
  aspect_ratio_selector = gr.Radio(
220
  label="Aspect Ratio",
221
  choices=config.aspect_ratios,
222
- value="1024 x 1024",
223
  container=True,
224
  )
225
  with gr.Group(visible=False) as custom_resolution:
 
219
  aspect_ratio_selector = gr.Radio(
220
  label="Aspect Ratio",
221
  choices=config.aspect_ratios,
222
+ value="1344 x 768",
223
  container=True,
224
  )
225
  with gr.Group(visible=False) as custom_resolution: