hzhwcmhf commited on
Commit
f9b92da
1 Parent(s): 69c84f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -68,8 +68,8 @@ def model_chat(query: Optional[str], history: Optional[History], system: str
68
 
69
 
70
  with gr.Blocks() as demo:
71
- gr.Markdown("""<center><font size=8>Qwen-72B-Chat</center>""")
72
- gr.Markdown("""<center><font size=4>Qwen-72B-Chat is the 72-billion parameter chat model of the Qwen series.</center>""")
73
 
74
  with gr.Row():
75
  with gr.Column(scale=3):
@@ -77,7 +77,7 @@ with gr.Blocks() as demo:
77
  with gr.Column(scale=1):
78
  modify_system = gr.Button("🛠️ Set system prompt and clear history.", scale=2)
79
  system_state = gr.Textbox(value=default_system, visible=False)
80
- chatbot = gr.Chatbot(label='Qwen-72B-Chat')
81
  textbox = gr.Textbox(lines=2, label='Input')
82
 
83
  with gr.Row():
 
68
 
69
 
70
  with gr.Blocks() as demo:
71
+ gr.Markdown("""<center><font size=8>Qwen1.5-72B-Chat</center>""")
72
+ gr.Markdown("""<center><font size=4>Qwen1.5-72B-Chat is the 72-billion parameter chat model of the Qwen series.</center>""")
73
 
74
  with gr.Row():
75
  with gr.Column(scale=3):
 
77
  with gr.Column(scale=1):
78
  modify_system = gr.Button("🛠️ Set system prompt and clear history.", scale=2)
79
  system_state = gr.Textbox(value=default_system, visible=False)
80
+ chatbot = gr.Chatbot(label='Qwen1.5-72B-Chat')
81
  textbox = gr.Textbox(lines=2, label='Input')
82
 
83
  with gr.Row():