Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -288,7 +288,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 288 |
aspect_ratio = gr.Radio(
|
| 289 |
label="Aspect ratio (width:height)",
|
| 290 |
choices=["1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3"],
|
| 291 |
-
value="
|
| 292 |
)
|
| 293 |
prompt_enhance = gr.Checkbox(label="Prompt Enhance", value=True)
|
| 294 |
|
|
|
|
| 288 |
aspect_ratio = gr.Radio(
|
| 289 |
label="Aspect ratio (width:height)",
|
| 290 |
choices=["1:1", "16:9", "9:16", "4:3", "3:4", "3:2", "2:3"],
|
| 291 |
+
value="16:9",
|
| 292 |
)
|
| 293 |
prompt_enhance = gr.Checkbox(label="Prompt Enhance", value=True)
|
| 294 |
|