Spaces:
Running on Zero
Running on Zero
update app
Browse files
app.py
CHANGED
|
@@ -286,11 +286,7 @@ with gr.Blocks() as demo:
|
|
| 286 |
elem_id="main-title",
|
| 287 |
)
|
| 288 |
gr.Markdown(
|
| 289 |
-
"Compare **FLUX.2-klein-4B** side-by-side with
|
| 290 |
-
"generated **simultaneously** from the **same seed**. "
|
| 291 |
-
"([FLUX.2-small-decoder](https://huggingface.co/black-forest-labs/FLUX.2-small-decoder)) · "
|
| 292 |
-
"[[model](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)] · "
|
| 293 |
-
"[[blog](https://bfl.ai/blog/flux-2)]"
|
| 294 |
)
|
| 295 |
|
| 296 |
with gr.Row(equal_height=True):
|
|
|
|
| 286 |
elem_id="main-title",
|
| 287 |
)
|
| 288 |
gr.Markdown(
|
| 289 |
+
"Compare **FLUX.2-klein-4B** side-by-side with [samll decoder](https://huggingface.co/black-forest-labs/FLUX.2-small-decoder)."
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
)
|
| 291 |
|
| 292 |
with gr.Row(equal_height=True):
|