hanyullai commited on
Commit
230a27d
1 Parent(s): c12ea45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -118,9 +118,8 @@ if __name__ == "__main__":
118
 
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)
126
 
 
118
 
119
  gr.Markdown(
120
  """
121
+ Try this! Disclaimer inspired from [BLOOM](https://huggingface.co/spaces/bigscience/bloom-book).
122
+ GLM-130B was trained on web-crawled data, so it's 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)
125