Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ with gr.Blocks() as demo:
|
|
256 |
run_button = gr.Button('Generate')
|
257 |
|
258 |
with gr.Row():
|
259 |
-
target_ratio = gr.
|
260 |
label="Expected Ratio",
|
261 |
choices=["9:16", "16:9", "1:1", "Custom"],
|
262 |
value="9:16",
|
|
|
256 |
run_button = gr.Button('Generate')
|
257 |
|
258 |
with gr.Row():
|
259 |
+
target_ratio = gr.Radio(
|
260 |
label="Expected Ratio",
|
261 |
choices=["9:16", "16:9", "1:1", "Custom"],
|
262 |
value="9:16",
|