littlebird13 commited on
Commit
636185b
·
verified ·
1 Parent(s): a9d10e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -214,12 +214,6 @@ def _launch_demo(args):
214
  regen_btn.click(regenerate, [chatbot, task_history], [chatbot], show_progress=True)
215
  addfile_btn.upload(add_file, [chatbot, task_history, addfile_btn], [chatbot, task_history], show_progress=True)
216
 
217
- gr.Markdown("""\
218
- <font size=2>Note: This demo is governed by the original license of Qwen2-VL. \
219
- We strongly advise users not to knowingly generate or allow others to knowingly generate harmful content, \
220
- including hate speech, violence, pornography, deception, etc. \
221
- (注:本演示受Qwen2-VL的许可协议限制。我们强烈建议,用户不应传播及不应允许他人传播以下内容,\
222
- 包括但不限于仇恨言论、暴力、色情、欺诈相关的有害信息。)""")
223
 
224
  demo.queue(default_concurrency_limit=40).launch(
225
  share=args.share,
 
214
  regen_btn.click(regenerate, [chatbot, task_history], [chatbot], show_progress=True)
215
  addfile_btn.upload(add_file, [chatbot, task_history, addfile_btn], [chatbot, task_history], show_progress=True)
216
 
 
 
 
 
 
 
217
 
218
  demo.queue(default_concurrency_limit=40).launch(
219
  share=args.share,