wwpop commited on
Commit
a007d73
·
verified ·
1 Parent(s): 0d7e6da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -46,8 +46,9 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
46
  demo = gr.ChatInterface(
47
  respond,
48
  examples=[["你好,你是谁?"],["你是谁开发的?"]],
49
- title="Qwen2.5-72B",
50
- description="千问2.5-72B",
 
51
  additional_inputs=[
52
  gr.Textbox(value="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.", label="System message"),
53
  gr.Slider(minimum=1, maximum=8888, value=2048, step=1, label="Max new tokens"),
 
46
  demo = gr.ChatInterface(
47
  respond,
48
  examples=[["你好,你是谁?"],["你是谁开发的?"]],
49
+ cache_examples=False,
50
+ title="千问2.5-72B",
51
+ description="千问2.5-72B聊天机器人",
52
  additional_inputs=[
53
  gr.Textbox(value="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.", label="System message"),
54
  gr.Slider(minimum=1, maximum=8888, value=2048, step=1, label="Max new tokens"),