Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -416,11 +416,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
416 |
|
417 |
with gr.Row():
|
418 |
# Model choice radio button above additional options
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
|
425 |
with gr.Accordion("Additional Options", open=False):
|
426 |
style_selection = gr.Dropdown(
|
|
|
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"],
|
421 |
+
label="Select Model",
|
422 |
+
value="flux.1-krea"
|
423 |
+
)
|
424 |
|
425 |
with gr.Accordion("Additional Options", open=False):
|
426 |
style_selection = gr.Dropdown(
|