Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -249,12 +249,13 @@ css="""
|
|
| 249 |
}
|
| 250 |
"""
|
| 251 |
|
|
|
|
|
|
|
|
|
|
| 252 |
with gr.Blocks() as demo:
|
| 253 |
-
|
|
|
|
| 254 |
with gr.Column(elem_id="col-container"):
|
| 255 |
-
gr.Markdown(f"""# FLUX.2 [dev]
|
| 256 |
-
FLUX.2 [dev] is a 32B model rectified flow capable of generating, editing and combining images based on text instructions model [[model](https://huggingface.co/black-forest-labs/FLUX.2-dev)], [[blog](https://bfl.ai/blog/flux-2)]
|
| 257 |
-
""")
|
| 258 |
with gr.Row():
|
| 259 |
with gr.Column():
|
| 260 |
with gr.Row():
|
|
|
|
| 249 |
}
|
| 250 |
"""
|
| 251 |
|
| 252 |
+
title = "# AI Image Editor"
|
| 253 |
+
description = "AI Image Editor transforms your photos using simple text prompts only. Describe the change you want—from subtle tweaks to major edits—and watch AI instantly deliver professional, high-quality results. Unleash your creativity without complex software! Try unlimited version at [AI image editor](https://www.image2image.ai)."
|
| 254 |
+
|
| 255 |
with gr.Blocks() as demo:
|
| 256 |
+
gr.Markdown(title)
|
| 257 |
+
gr.Markdown(description)
|
| 258 |
with gr.Column(elem_id="col-container"):
|
|
|
|
|
|
|
|
|
|
| 259 |
with gr.Row():
|
| 260 |
with gr.Column():
|
| 261 |
with gr.Row():
|