Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 228 |
-
FLUX.2 Klein
|
| 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():
|