Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
cc94458
1
Parent(s):
c71619c
Update app.py
Browse files
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="
|
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:
|