Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -214,8 +214,8 @@ with gr.Blocks(
|
|
214 |
gr.HTML(
|
215 |
"""
|
216 |
<div style="text-align: center; max-width: 800px; margin: 0 auto; padding: 20px;">
|
217 |
-
<h1 style="font-size: 2.5rem; color: #2196F3;">3D Style Image Generator</h1>
|
218 |
-
<p style="font-size: 1.2rem; color: #666;">Create amazing 3D-style images with AI</p>
|
219 |
</div>
|
220 |
"""
|
221 |
)
|
|
|
214 |
gr.HTML(
|
215 |
"""
|
216 |
<div style="text-align: center; max-width: 800px; margin: 0 auto; padding: 20px;">
|
217 |
+
<h1 style="font-size: 2.5rem; color: #2196F3;">3D Style Image Generator v2.0</h1>
|
218 |
+
<p style="font-size: 1.2rem; color: #666;">Create amazing 3D-style images with AI. https://discord.gg/openfreeai </p>
|
219 |
</div>
|
220 |
"""
|
221 |
)
|