Spaces:
Running
on
L4
Running
on
L4
LIU, Zichen
commited on
Commit
•
c5e02a8
1
Parent(s):
19cf0e0
remove chinese reminder
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ with gr.Blocks(css=css) as demo:
|
|
303 |
with gr.Row(elem_classes="row"):
|
304 |
text = gr.Markdown(
|
305 |
"""
|
306 |
-
Note: This demo is governed by the license of CC BY-NC 4.0 We strongly advise users not to knowingly generate or allow others to knowingly generate harmful content, including hate speech, violence, pornography, deception, etc.
|
307 |
""")
|
308 |
|
309 |
demo.queue(max_size=20, status_update_rate=0.1)
|
|
|
303 |
with gr.Row(elem_classes="row"):
|
304 |
text = gr.Markdown(
|
305 |
"""
|
306 |
+
Note: This demo is governed by the license of CC BY-NC 4.0 We strongly advise users not to knowingly generate or allow others to knowingly generate harmful content, including hate speech, violence, pornography, deception, etc.)
|
307 |
""")
|
308 |
|
309 |
demo.queue(max_size=20, status_update_rate=0.1)
|