prithivMLmods commited on
Commit
c6b09ed
·
verified ·
1 Parent(s): 1f5fa16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-krea-merged-dev", "flux.1-dev-merged"],
421
  label="Select Model",
422
- value="flux.1-krea-merged-dev"
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):