prithivMLmods commited on
Commit
0225ba5
·
verified ·
1 Parent(s): ea8b158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"],