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