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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
45
  """
46
  demo = gr.ChatInterface(
47
  respond,
48
- examples=["你好,你是谁?","你是谁开发的?"],
49
  title="Qwen2.5-72B",
50
  description="千问2.5-72B",
51
  additional_inputs=[
 
45
  """
46
  demo = gr.ChatInterface(
47
  respond,
48
+ examples=[["你好,你是谁?"],["你是谁开发的?"]],
49
  title="Qwen2.5-72B",
50
  description="千问2.5-72B",
51
  additional_inputs=[