Update app.py
Browse files
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 |
-
|
50 |
-
|
|
|
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"),
|