jiuface commited on
Commit
eb74c8f
·
verified ·
1 Parent(s): 8f2b028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -238,10 +238,10 @@ with gr.Blocks(css=css) as demo:
238
  result = gr.Image(label="Result", show_label=False)
239
  seed_output = gr.Text(label="Seed")
240
  json_text = gr.Text(label="Result JSON")
241
- gr.Markdown("**Disclaimer:**")
242
- gr.Markdown(
243
- "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."
244
- )
245
  inputs = [
246
  prompt,
247
  lora_strings_json,
 
238
  result = gr.Image(label="Result", show_label=False)
239
  seed_output = gr.Text(label="Seed")
240
  json_text = gr.Text(label="Result JSON")
241
+ gr.Markdown("**Disclaimer:**")
242
+ gr.Markdown(
243
+ "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."
244
+ )
245
  inputs = [
246
  prompt,
247
  lora_strings_json,