Update app.py
Browse files
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=[
|