prithivMLmods commited on
Commit
5425073
·
verified ·
1 Parent(s): acb94d9

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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 two VAE decoders — "
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):