Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,9 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
|
|
45 |
"""
|
46 |
demo = gr.ChatInterface(
|
47 |
respond,
|
|
|
|
|
|
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.", label="System message"),
|
50 |
gr.Slider(minimum=1, maximum=8888, value=2048, step=1, label="Max new tokens"),
|
|
|
45 |
"""
|
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"),
|