jbilcke-hf HF staff commited on
Commit
611d1ae
·
1 Parent(s): b13990e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with gr.Blocks() as demo:
65
  gr.HTML("""
66
  <div style="z-index: 100; position: fixed; top: 0px; right: 0px; left: 0px; bottom: 0px; width: 100%; height: 100%; background: white; display: flex; align-items: center; justify-content: center; color: black;">
67
  <div style="text-align: center; color: black;">
68
- <p style="color: black;">This space is a REST API to programmatically generate images using LCM SDXL LoRA.</p>
69
  <p style="color: black;">It is not meant to be directly used through a user interface, but using code and an access key.</p>
70
  </div>
71
  </div>""")
 
65
  gr.HTML("""
66
  <div style="z-index: 100; position: fixed; top: 0px; right: 0px; left: 0px; bottom: 0px; width: 100%; height: 100%; background: white; display: flex; align-items: center; justify-content: center; color: black;">
67
  <div style="text-align: center; color: black;">
68
+ <p style="color: black;">This space is a REST API to programmatically generate images using LCM LoRA SSD-1B.</p>
69
  <p style="color: black;">It is not meant to be directly used through a user interface, but using code and an access key.</p>
70
  </div>
71
  </div>""")