Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -468,10 +468,10 @@ with gr.Blocks() as demo:
|
|
468 |
generated_images = gr.Gallery(label="Result", show_label=True)
|
469 |
output_json_component = gr.Code(label="JSON Result", language="json")
|
470 |
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
|
476 |
submit_button_component.click(
|
477 |
fn=process,
|
|
|
468 |
generated_images = gr.Gallery(label="Result", show_label=True)
|
469 |
output_json_component = gr.Code(label="JSON Result", language="json")
|
470 |
|
471 |
+
gr.Markdown("**Disclaimer:**")
|
472 |
+
gr.Markdown(
|
473 |
+
"This demo is only for research purpose. this space owner cannot be held responsible for the generation of NSFW (Not Safe For Work) content through the use of this demo. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards. this space owner provides the tools, but the responsibility for their use lies with the individual user."
|
474 |
+
)
|
475 |
|
476 |
submit_button_component.click(
|
477 |
fn=process,
|