Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,8 @@ with gr.Blocks(css=css) as demo:
|
|
56 |
|
57 |
with gr.Column(elem_id="col-container"):
|
58 |
gr.Markdown(f"""
|
59 |
-
# Text-to-Image
|
|
|
60 |
""")
|
61 |
|
62 |
with gr.Row():
|
|
|
56 |
|
57 |
with gr.Column(elem_id="col-container"):
|
58 |
gr.Markdown(f"""
|
59 |
+
# Text-to-Image Demo
|
60 |
+
using [Holodayo XL 2.1](https://huggingface.co/yodayo-ai/holodayo-xl-2.1)
|
61 |
""")
|
62 |
|
63 |
with gr.Row():
|