Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,6 +83,7 @@ with gr.Blocks(css=css) as demo:
|
|
83 |
''', elem_id="warning-duplicate")
|
84 |
gr.HTML("""
|
85 |
<h2 style="text-align: center;">SD-XL Custom Model Inference</h2>
|
|
|
86 |
""")
|
87 |
with gr.Row():
|
88 |
with gr.Column():
|
|
|
83 |
''', elem_id="warning-duplicate")
|
84 |
gr.HTML("""
|
85 |
<h2 style="text-align: center;">SD-XL Custom Model Inference</h2>
|
86 |
+
<p style="text-align: center;">Use this demo to check results from your previously trained LoRa model.</p>
|
87 |
""")
|
88 |
with gr.Row():
|
89 |
with gr.Column():
|