Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -462,7 +462,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
462 |
api_name="run",
|
463 |
)
|
464 |
|
465 |
-
|
466 |
|
467 |
if __name__ == "__main__":
|
468 |
demo.queue(max_size=20).launch()
|
|
|
462 |
api_name="run",
|
463 |
)
|
464 |
|
465 |
+
gr.Markdown("⚠️ users are accountable for the content they generate and are responsible for ensuring it meets appropriate ethical standards.")
|
466 |
|
467 |
if __name__ == "__main__":
|
468 |
demo.queue(max_size=20).launch()
|