Spaces:
Paused
Paused
Update app.py
Browse files
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>
|
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 |
|