fffiloni commited on
Commit
ce094ab
·
1 Parent(s): cc7ba83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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():