Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
|
|
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",
|