super3b commited on
Commit
65311af
1 Parent(s): 9074304

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ css="""
60
  with gr.Blocks(css=css) as demo:
61
 
62
  with gr.Column(elem_id="col-container"):
63
- gr.Markdown(f"""# FLUX.1 [dev]
64
  12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
65
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
66
  """)
 
60
  with gr.Blocks(css=css) as demo:
61
 
62
  with gr.Column(elem_id="col-container"):
63
+ gr.Markdown(f"""# Fast FLUX.1 [dev]
64
  12B param rectified flow transformer guidance-distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/)
65
  [[non-commercial license](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)] [[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-dev)]
66
  """)