jbilcke-hf HF staff commited on
Commit
9aa1c3d
1 Parent(s): 895e905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -69,8 +69,8 @@ with gr.Blocks() as demo:
69
  gr.HTML("""
70
  <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;">
71
  <div style="text-align: center; color: black;">
72
- <p style="color: black;">This space is a REST API to programmatically generate MP4s using a LoRA.</p>
73
- <p style="color: black;">Please see the <a href="https://hotshot.co" target="_blank">README.md</a> for more information.</p>
74
  </div>
75
  </div>""")
76
  secret_token = gr.Text(
 
69
  gr.HTML("""
70
  <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;">
71
  <div style="text-align: center; color: black;">
72
+ <p style="color: black;">This space is a REST API to programmatically generate images using LCM-SSD-1B.</p>
73
+ <p style="color: black;">It is not meant to be directly used through a user interface, but using code and an access key.</p>
74
  </div>
75
  </div>""")
76
  secret_token = gr.Text(