multimodalart HF staff commited on
Commit
efee4d9
1 Parent(s): 4d82cc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,7 +64,8 @@ with gr.Blocks(css=css) as demo:
64
  with gr.Column(elem_id="col-container"):
65
  gr.Markdown(f"""
66
  # FLUX.1 Schnell
67
- [FLUX.1 Schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell) demo 12B parameters rectified flow transformer distilled from [FLUX.1 Pro](https://blackforestlabs.ai/) for fast generation in 4 steps
 
68
  [[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://black-forest-labs/FLUX.1-schnell)]]
69
  """)
70
 
 
64
  with gr.Column(elem_id="col-container"):
65
  gr.Markdown(f"""
66
  # FLUX.1 Schnell
67
+ 12B parameters rectified flow transformer distilled from [FLUX.1 Pro](https://blackforestlabs.ai/) for fast 4 step image generation
68
+
69
  [[blog](https://blackforestlabs.ai/2024/07/31/announcing-black-forest-labs/)] [[model](https://black-forest-labs/FLUX.1-schnell)]]
70
  """)
71