littlebird13 commited on
Commit
2038214
1 Parent(s): aedd4f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
78
  with gr.Column(scale=1):
79
  modify_system = gr.Button("🛠️ 设置system并清除历史对话", scale=2)
80
  system_state = gr.Textbox(value=default_system, visible=False)
81
- chatbot = gr.Chatbot(label='Qwen-72B-Chat')
82
  textbox = gr.Textbox(lines=2, label='Input')
83
 
84
  with gr.Row():
 
78
  with gr.Column(scale=1):
79
  modify_system = gr.Button("🛠️ 设置system并清除历史对话", scale=2)
80
  system_state = gr.Textbox(value=default_system, visible=False)
81
+ chatbot = gr.Chatbot(label='Qwen-14B-Chat')
82
  textbox = gr.Textbox(lines=2, label='Input')
83
 
84
  with gr.Row():