hanyullai commited on
Commit
06262ab
·
1 Parent(s): 230a27d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ if __name__ == "__main__":
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)
 
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)