frogleo commited on
Commit
5df8f58
·
verified ·
1 Parent(s): 591bbc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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():