jacktheporsche commited on
Commit
6f32ecd
·
verified ·
1 Parent(s): 583892b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  import logging
3
  from PIL import Image, PngImagePlugin
4
  from datetime import datetime
@@ -134,11 +133,11 @@ with gr.Blocks(css="style.css") as demo:
134
  placeholder="Enter a negative prompt",
135
  value=""
136
  )
137
- aspect_ratio_selector = gr.Radio(
138
- label="Aspect Ratio",
139
- choices=config.aspect_ratios,
140
- value="1024 x 1024",
141
- container=True,
142
 
143
  )
144
  with gr.Group(visible=False) as custom_resolution:
 
 
1
  import logging
2
  from PIL import Image, PngImagePlugin
3
  from datetime import datetime
 
133
  placeholder="Enter a negative prompt",
134
  value=""
135
  )
136
+ aspect_ratio_selector = gr.Radio(
137
+ label="Aspect Ratio",
138
+ choices=config.aspect_ratios,
139
+ value="1024 x 1024",
140
+ container=True,
141
 
142
  )
143
  with gr.Group(visible=False) as custom_resolution: