multimodalart HF staff commited on
Commit
97606cf
1 Parent(s): 9461535

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -79,8 +79,10 @@ with gr.Blocks() as demo:
79
  gr.Markdown("# Low Step Flux Comparison")
80
  gr.Markdown("Compare the quality (not the speed) of FLUX Schnell (4 steps), FLUX.1[dev] HyperFLUX (8 steps), FLUX.1[dev]-Turbo-Alpha (8 steps)")
81
  with gr.Row():
82
- prompt = gr.Textbox(label="Prompt")
83
- submit = gr.Button()
 
 
84
  with gr.Row():
85
  schnell = gr.Image(label="FLUX Schnell (4 steps)")
86
  hyper = gr.Image(label="FLUX.1[dev] HyperFLUX (8 steps)")
 
79
  gr.Markdown("# Low Step Flux Comparison")
80
  gr.Markdown("Compare the quality (not the speed) of FLUX Schnell (4 steps), FLUX.1[dev] HyperFLUX (8 steps), FLUX.1[dev]-Turbo-Alpha (8 steps)")
81
  with gr.Row():
82
+ with gr.Column(scale=2):
83
+ prompt = gr.Textbox(label="Prompt")
84
+ with gr.Column(scale=1, min_width=120):
85
+ submit = gr.Button()
86
  with gr.Row():
87
  schnell = gr.Image(label="FLUX Schnell (4 steps)")
88
  hyper = gr.Image(label="FLUX.1[dev] HyperFLUX (8 steps)")