multimodalart HF staff commited on
Commit
ad96459
1 Parent(s): 1887c49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ with gr.Blocks() as demo:
11
  with gr.Row():
12
  schnell = gr.Image(label="FLUX Schnell (4 steps)")
13
  hyper = gr.Image(label="FLUX.1[dev] HyperFLUX (8 steps)")
14
- turbo = gr.Image(lable="FLUX.1[dev]-Turbo-Alpha (8 steps)")
15
 
16
  submit.click(
17
  fn=run_parallel_models,
 
11
  with gr.Row():
12
  schnell = gr.Image(label="FLUX Schnell (4 steps)")
13
  hyper = gr.Image(label="FLUX.1[dev] HyperFLUX (8 steps)")
14
+ turbo = gr.Image(label="FLUX.1[dev]-Turbo-Alpha (8 steps)")
15
 
16
  submit.click(
17
  fn=run_parallel_models,