hanyullai commited on
Commit
c12ea45
1 Parent(s): 7bbae00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -119,6 +119,7 @@ if __name__ == "__main__":
119
  gr.Markdown(
120
  """
121
  Try this! Disclaimer inspired from [BLOOM](https://huggingface.co/spaces/bigscience/bloom-book)
 
122
  As with all language models, it is hard to predict how GLM-130B will respond to particular prompts; harmful or otherwise offensive content may occur without warning. We prohibit users from knowingly generating or allowing others to knowingly generate harmful content, including Hateful, Harassment, Violence, Adult, Political, Deception, etc.
123
  """)
124
  gr_examples = gr.Examples(examples=examples, inputs=model_input)
 
119
  gr.Markdown(
120
  """
121
  Try this! Disclaimer inspired from [BLOOM](https://huggingface.co/spaces/bigscience/bloom-book)
122
+
123
  As with all language models, it is hard to predict how GLM-130B will respond to particular prompts; harmful or otherwise offensive content may occur without warning. We prohibit users from knowingly generating or allowing others to knowingly generate harmful content, including Hateful, Harassment, Violence, Adult, Political, Deception, etc.
124
  """)
125
  gr_examples = gr.Examples(examples=examples, inputs=model_input)