Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -417,9 +417,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 417 |
with gr.Row():
|
| 418 |
# Model choice radio button above additional options
|
| 419 |
model_choice = gr.Radio(
|
| 420 |
-
choices=["flux.1-
|
| 421 |
label="Select Model",
|
| 422 |
-
value="flux.1-
|
| 423 |
)
|
| 424 |
|
| 425 |
with gr.Accordion("Additional Options", open=False):
|
|
|
|
| 417 |
with gr.Row():
|
| 418 |
# Model choice radio button above additional options
|
| 419 |
model_choice = gr.Radio(
|
| 420 |
+
choices=["flux.1-dev-merged", "flux.1-krea-merged-dev"],
|
| 421 |
label="Select Model",
|
| 422 |
+
value="flux.1-dev-merged"
|
| 423 |
)
|
| 424 |
|
| 425 |
with gr.Accordion("Additional Options", open=False):
|