HAL1993 commited on
Commit
457c6de
·
verified ·
1 Parent(s): a1ea7bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -440,8 +440,8 @@ def create_demo():
440
  """)
441
 
442
  with gr.Row(elem_id="general_items"):
443
- gr.Markdown("# Qwen Image Editor")
444
- gr.Markdown("Edit your images with precise instructions", elem_id="subtitle")
445
  with gr.Column(elem_id="input_column"):
446
  input_image = gr.Image(
447
  label="Input Image",
 
440
  """)
441
 
442
  with gr.Row(elem_id="general_items"):
443
+ gr.Markdown("# Image Edit")
444
+ gr.Markdown("Edit your images with prompt descriptions", elem_id="subtitle")
445
  with gr.Column(elem_id="input_column"):
446
  input_image = gr.Image(
447
  label="Input Image",