multimodalart HF Staff commited on
Commit
ca637ea
·
verified ·
1 Parent(s): b76c932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -224,8 +224,8 @@ css = """
224
  with gr.Blocks() as demo:
225
 
226
  with gr.Column(elem_id="col-container"):
227
- gr.Markdown(f"""# FLUX.2 Klein [dev]
228
- FLUX.2 Klein [dev] is a distilled model capable of generating, editing and combining images based on text instructions [[model](https://huggingface.co/black-forest-labs/FLUX.2-dev)], [[blog](https://bfl.ai/blog/flux-2)]
229
  """)
230
  with gr.Row():
231
  with gr.Column():
 
224
  with gr.Blocks() as demo:
225
 
226
  with gr.Column(elem_id="col-container"):
227
+ gr.Markdown(f"""# FLUX.2 [Klein]
228
+ FLUX.2 [Klein] is a distilled model capable of generating, editing and combining images based on text instructions [[model](https://huggingface.co/black-forest-labs/FLUX.2-dev)], [[blog](https://bfl.ai/blog/flux-2)]
229
  """)
230
  with gr.Row():
231
  with gr.Column():