hanyullai commited on
Commit
86cd53a
1 Parent(s): 1df7a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -118,11 +118,11 @@ if __name__ == "__main__":
118
  clr.click(fn=lambda value: gr.update(value=""), inputs=clr, outputs=model_input)
119
 
120
  gr.Markdown(
121
- """
122
- Try this!(Disclaimer inspired from [BLOOM](https://huggingface.co/spaces/bigscience/bloom-book))
123
-
124
- 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.
125
- """)
126
  gr_examples = gr.Examples(examples=examples, inputs=model_input)
127
 
128
  demo.launch()
 
118
  clr.click(fn=lambda value: gr.update(value=""), inputs=clr, outputs=model_input)
119
 
120
  gr.Markdown(
121
+ """
122
+ Try this! Disclaimer inspired from [BLOOM](https://huggingface.co/spaces/bigscience/bloom-book)
123
+
124
+ 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.
125
+ """)
126
  gr_examples = gr.Examples(examples=examples, inputs=model_input)
127
 
128
  demo.launch()