Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -414,6 +414,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
414 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
415 |
result = gr.Gallery(label="Result", columns=1, show_label=False, preview=True)
|
416 |
|
|
|
417 |
# Model choice radio button above additional options
|
418 |
model_choice = gr.Radio(
|
419 |
choices=["flux.1-krea", "flux.1-dev-realism"],
|
|
|
414 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
415 |
result = gr.Gallery(label="Result", columns=1, show_label=False, preview=True)
|
416 |
|
417 |
+
with gr.Row():
|
418 |
# Model choice radio button above additional options
|
419 |
model_choice = gr.Radio(
|
420 |
choices=["flux.1-krea", "flux.1-dev-realism"],
|