Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ with gr.Blocks(css=css) as demo:
|
|
261 |
with gr.Row():
|
262 |
target_ratio = gr.Radio(
|
263 |
label="Expected Ratio",
|
264 |
-
choices=["1:1","9:16", "16:9", "2:3" ,"3:2","3:4","4:3" "Custom"],
|
265 |
value="9:16",
|
266 |
scale=2
|
267 |
)
|
|
|
261 |
with gr.Row():
|
262 |
target_ratio = gr.Radio(
|
263 |
label="Expected Ratio",
|
264 |
+
choices=["1:1","9:16", "16:9", "2:3" ,"3:2","3:4","4:3", "Custom"],
|
265 |
value="9:16",
|
266 |
scale=2
|
267 |
)
|