wwpop commited on
Commit
f871c53
·
verified ·
1 Parent(s): 44fc6dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ demo = gr.ChatInterface(
58
  fn=respond,
59
  examples=example_prompts,
60
  cache_examples=False,
61
- title="DeepSeek-qwen32",
62
  description="千问2.5-72B聊天机器人",
63
  additional_inputs=[
64
  gr.Textbox(value="You are a helpful assistant.", label="System message"),
 
58
  fn=respond,
59
  examples=example_prompts,
60
  cache_examples=False,
61
+ title="Qwen2.5-72B-Instruct",
62
  description="千问2.5-72B聊天机器人",
63
  additional_inputs=[
64
  gr.Textbox(value="You are a helpful assistant.", label="System message"),