Spaces:
Running on Zero
Running on Zero
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:
|