Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,7 +221,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 221 |
|
| 222 |
with gr.Row():
|
| 223 |
target_ratio = gr.Radio(
|
| 224 |
-
label="
|
| 225 |
choices=["9:16", "16:9", "1:1", "Custom"],
|
| 226 |
value="9:16",
|
| 227 |
scale=2
|
|
@@ -233,9 +233,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 233 |
)
|
| 234 |
resize_option = gr.Radio(
|
| 235 |
label="Resize input image",
|
| 236 |
-
info="For custom check advanced options",
|
| 237 |
choices=["Full", "75%", "50%", "33%", "25%", "Custom"],
|
| 238 |
-
value="
|
| 239 |
)
|
| 240 |
custom_resize_percentage = gr.Slider(
|
| 241 |
label="Custom resize (%)",
|
|
|
|
| 221 |
|
| 222 |
with gr.Row():
|
| 223 |
target_ratio = gr.Radio(
|
| 224 |
+
label="Image Ratio",
|
| 225 |
choices=["9:16", "16:9", "1:1", "Custom"],
|
| 226 |
value="9:16",
|
| 227 |
scale=2
|
|
|
|
| 233 |
)
|
| 234 |
resize_option = gr.Radio(
|
| 235 |
label="Resize input image",
|
|
|
|
| 236 |
choices=["Full", "75%", "50%", "33%", "25%", "Custom"],
|
| 237 |
+
value="75%"
|
| 238 |
)
|
| 239 |
custom_resize_percentage = gr.Slider(
|
| 240 |
label="Custom resize (%)",
|