jiuface commited on
Commit
cb1c43b
1 Parent(s): 6b80fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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,
 
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,