Commit
•
9aa1c3d
1
Parent(s):
895e905
Update app.py
Browse files
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
|
73 |
-
<p style="color: black;">
|
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(
|