Update app.py
Browse files
app.py
CHANGED
@@ -669,7 +669,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
|
669 |
gr.HTML("""
|
670 |
<div class="main-title">
|
671 |
<h1>🎨 GiniGen Canvas-o3</h1>
|
672 |
-
<p>
|
673 |
</div>
|
674 |
""")
|
675 |
|
|
|
669 |
gr.HTML("""
|
670 |
<div class="main-title">
|
671 |
<h1>🎨 GiniGen Canvas-o3</h1>
|
672 |
+
<p>Remove background of specified objects, generate new backgrounds, and insert text over or behind images with prompts.</p>
|
673 |
</div>
|
674 |
""")
|
675 |
|