Sergidev commited on
Commit
628fb71
·
verified ·
1 Parent(s): db9d55a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -306,7 +306,8 @@ with gr.Blocks(css="style.css") as demo:
306
  placeholder="Enter a negative prompt",
307
  value=""
308
  )
309
- aspect_ratio_selector = gr.Radio(
 
310
  label="Aspect Ratio",
311
  choices=config.aspect_ratios,
312
  value="1024 x 1024",
 
306
  placeholder="Enter a negative prompt",
307
  value=""
308
  )
309
+
310
+ aspect_ratio_selector = gr.Radio(
311
  label="Aspect Ratio",
312
  choices=config.aspect_ratios,
313
  value="1024 x 1024",