Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,13 +211,12 @@ with gr.Blocks() as demo:
|
|
| 211 |
with gr.Column(elem_id="col-container"):
|
| 212 |
|
| 213 |
gr.Markdown(
|
| 214 |
-
"#
|
| 215 |
elem_id="main-title",
|
| 216 |
)
|
| 217 |
gr.Markdown(
|
| 218 |
"Compare **FLUX.2-klein-4B** side-by-side with two VAE decoders — "
|
| 219 |
"generated **simultaneously** from the **same seed**. "
|
| 220 |
-
"🟦 **Standard Decoder** vs 🟩 **Small Decoder** "
|
| 221 |
"([FLUX.2-small-decoder](https://huggingface.co/black-forest-labs/FLUX.2-small-decoder)) · "
|
| 222 |
"[[model](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)] · "
|
| 223 |
"[[blog](https://bfl.ai/blog/flux-2)]"
|
|
@@ -275,7 +274,7 @@ with gr.Blocks() as demo:
|
|
| 275 |
|
| 276 |
seed_output = gr.Number(label="Seed Used", precision=0)
|
| 277 |
|
| 278 |
-
with gr.Accordion("
|
| 279 |
seed = gr.Slider(
|
| 280 |
label="Seed",
|
| 281 |
minimum=0,
|
|
|
|
| 211 |
with gr.Column(elem_id="col-container"):
|
| 212 |
|
| 213 |
gr.Markdown(
|
| 214 |
+
"# **Flux.2-4B-Encoder-Comparator**",
|
| 215 |
elem_id="main-title",
|
| 216 |
)
|
| 217 |
gr.Markdown(
|
| 218 |
"Compare **FLUX.2-klein-4B** side-by-side with two VAE decoders — "
|
| 219 |
"generated **simultaneously** from the **same seed**. "
|
|
|
|
| 220 |
"([FLUX.2-small-decoder](https://huggingface.co/black-forest-labs/FLUX.2-small-decoder)) · "
|
| 221 |
"[[model](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)] · "
|
| 222 |
"[[blog](https://bfl.ai/blog/flux-2)]"
|
|
|
|
| 274 |
|
| 275 |
seed_output = gr.Number(label="Seed Used", precision=0)
|
| 276 |
|
| 277 |
+
with gr.Accordion("Advanced Settings", open=False):
|
| 278 |
seed = gr.Slider(
|
| 279 |
label="Seed",
|
| 280 |
minimum=0,
|