Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
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,
|