Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -65,10 +65,10 @@ css = """
|
|
65 |
with gr.Blocks(css=css) as demo:
|
66 |
|
67 |
with gr.Column(elem_id="col-container"):
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
#yodayo-ai/clandestine-xl-1.0
|
73 |
#yodayo-ai/holodayo-xl-2.1
|
74 |
with gr.Row():
|
|
|
65 |
with gr.Blocks(css=css) as demo:
|
66 |
|
67 |
with gr.Column(elem_id="col-container"):
|
68 |
+
gr.Markdown("""
|
69 |
+
Text-to-Image Demo
|
70 |
+
using [Noob SDXL beta model](https://huggingface.co/Laxhar)
|
71 |
+
""")
|
72 |
#yodayo-ai/clandestine-xl-1.0
|
73 |
#yodayo-ai/holodayo-xl-2.1
|
74 |
with gr.Row():
|