cbensimon HF Staff commited on
Commit
1ee2346
·
verified ·
1 Parent(s): 6f3cd57

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ css="""
272
  with gr.Blocks() as demo:
273
 
274
  with gr.Column(elem_id="col-container"):
275
- gr.Markdown(f"""# FLUX.2 [dev] Turbo (hot-reload-v6)
276
  FLUX.2 [dev] with [Turbo LoRA by fal](https://huggingface.co/fal/FLUX.2-Turbo) - a 32B rectified flow model capable of generating, editing and combining images based on text instructions in just 8 steps [[model](https://huggingface.co/black-forest-labs/FLUX.2-dev)], [[blog](https://bfl.ai/blog/flux-2)]
277
  """)
278
  with gr.Row():
 
272
  with gr.Blocks() as demo:
273
 
274
  with gr.Column(elem_id="col-container"):
275
+ gr.Markdown(f"""# FLUX.2 [dev] Turbo (hot-reload-v6) 🤖 Claude was here
276
  FLUX.2 [dev] with [Turbo LoRA by fal](https://huggingface.co/fal/FLUX.2-Turbo) - a 32B rectified flow model capable of generating, editing and combining images based on text instructions in just 8 steps [[model](https://huggingface.co/black-forest-labs/FLUX.2-dev)], [[blog](https://bfl.ai/blog/flux-2)]
277
  """)
278
  with gr.Row():