jbilcke-hf HF staff commited on
Commit
8df74ea
·
1 Parent(s): 096e56e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as demo:
64
  gr.HTML("""
65
  <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;">
66
  <div style="text-align: center; color: black;">
67
- <p style="color: black;">This space is a REST API to programmatically generate images using LCM-SSD-1B.</p>
68
  <p style="color: black;">It is not meant to be directly used through a user interface, but using code and an access key.</p>
69
  </div>
70
  </div>""")
 
64
  gr.HTML("""
65
  <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;">
66
  <div style="text-align: center; color: black;">
67
+ <p style="color: black;">This space is a REST API to programmatically generate images using LCM SDXL LoRA.</p>
68
  <p style="color: black;">It is not meant to be directly used through a user interface, but using code and an access key.</p>
69
  </div>
70
  </div>""")