Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,9 +253,9 @@ 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():
|
|
|
|
| 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 |
with gr.Column(elem_id="col-container"):
|
| 257 |
+
gr.Markdown(title)
|
| 258 |
+
gr.Markdown(description)
|
| 259 |
with gr.Row():
|
| 260 |
with gr.Column():
|
| 261 |
with gr.Row():
|