JingyeChen22 commited on
Commit
e6dab5e
1 Parent(s): e8dca02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -958,6 +958,10 @@ with gr.Blocks() as demo:
958
  <b>Contact</b>:
959
  For help or issues using TextDiffuser, please email Jingye Chen <a href="mailto:[email protected]">([email protected])</a>, Yupan Huang <a href="mailto:[email protected]">([email protected])</a> or submit a GitHub issue. For other communications related to TextDiffuser, please contact Lei Cui <a href="mailto:[email protected]">([email protected])</a> or Furu Wei <a href="mailto:[email protected]">([email protected])</a>.
960
  </h3>
 
 
 
 
961
  </div>
962
  """
963
  )
 
958
  <b>Contact</b>:
959
  For help or issues using TextDiffuser, please email Jingye Chen <a href="mailto:[email protected]">([email protected])</a>, Yupan Huang <a href="mailto:[email protected]">([email protected])</a> or submit a GitHub issue. For other communications related to TextDiffuser, please contact Lei Cui <a href="mailto:[email protected]">([email protected])</a> or Furu Wei <a href="mailto:[email protected]">([email protected])</a>.
960
  </h3>
961
+ <h3 style="font-weight: 450; font-size: 0.8rem; margin: 0rem">
962
+ <b>Disclaimer</b>:
963
+ Please note that the demo is intended for academic and research purposes only. Any use of the demo for generating inappropriate content is strictly prohibited. The responsibility for any misuse or inappropriate use of the demo lies solely with the users who generated such content, and this demo shall not be held liable for any such use.
964
+ </h3>
965
  </div>
966
  """
967
  )