svjack commited on
Commit
b2f01f8
1 Parent(s): 6f13693

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -259,6 +259,10 @@ with gr.Blocks(css=css) as demo:
259
  f"""<h1><center>🐦 {favicon} AII Diffusion</center></h1>
260
  """
261
  )
 
 
 
 
262
 
263
  with gr.Row(elem_id="prompt-container"):
264
  with gr.Column():
 
259
  f"""<h1><center>🐦 {favicon} AII Diffusion</center></h1>
260
  """
261
  )
262
+ gr.Markdown(
263
+ f"""<h2><center>May not stable, But have many choices.</center></h2>
264
+ """
265
+ )
266
 
267
  with gr.Row(elem_id="prompt-container"):
268
  with gr.Column():