aiqtech commited on
Commit
07b7498
·
verified ·
1 Parent(s): 528d64e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -631,8 +631,8 @@ def add_text_to_image(
631
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
632
  gr.HTML("""
633
  <div class="main-title">
634
- <h1>🎨GiniGen Canvas</h1>
635
- <p>AI Integrated Image Creator: Extract objects, generate backgrounds, and adjust ratios and positions to create complete images with AI.</p>
636
  </div>
637
  """)
638
 
 
631
  with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
632
  gr.HTML("""
633
  <div class="main-title">
634
+ <h1>🎨GiniGen Canvas-o3</h1>
635
+ <p>Remove background of specified objects, generate new backgrounds, and insert text over or behind images with prompts.</p>
636
  </div>
637
  """)
638