Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -425,8 +425,8 @@ button.primary:hover {
|
|
| 425 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
| 426 |
gr.HTML("""
|
| 427 |
<div class="main-title">
|
| 428 |
-
<h1>🎨
|
| 429 |
-
<p>Extract objects
|
| 430 |
</div>
|
| 431 |
""")
|
| 432 |
|
|
|
|
| 425 |
with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
|
| 426 |
gr.HTML("""
|
| 427 |
<div class="main-title">
|
| 428 |
+
<h1>🎨GiniGen Canvas</h1>
|
| 429 |
+
<p>AI Integrated Image Creator: Extract objects, generate backgrounds, and adjust ratios and positions to create complete images with AI.</p>
|
| 430 |
</div>
|
| 431 |
""")
|
| 432 |
|