Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -467,7 +467,12 @@ with gr.Blocks() as demo:
|
|
467 |
with gr.Column():
|
468 |
generated_images = gr.Gallery(label="Result", show_label=True)
|
469 |
output_json_component = gr.Code(label="JSON Result", language="json")
|
470 |
-
|
|
|
|
|
|
|
|
|
|
|
471 |
submit_button_component.click(
|
472 |
fn=process,
|
473 |
inputs=[
|
|
|
467 |
with gr.Column():
|
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. Jiuface 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. Jiuface provides the tools, but the responsibility for their use lies with the individual user."
|
474 |
+
)
|
475 |
+
|
476 |
submit_button_component.click(
|
477 |
fn=process,
|
478 |
inputs=[
|