ginipick commited on
Commit
3ede006
·
verified ·
1 Parent(s): 66906d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  )