DHEIVER commited on
Commit
506a577
·
verified ·
1 Parent(s): bd847e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,7 +68,7 @@ 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>Qwen2.5-Max👾</center>""")
72
 
73
  with gr.Row():
74
  with gr.Column(scale=3):
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
76
  with gr.Column(scale=1):
77
  modify_system = gr.Button("🛠️ Set system prompt and clear history", scale=2)
78
  system_state = gr.Textbox(value=default_system, visible=False)
79
- chatbot = gr.Chatbot(label='qwen2.5-max')
80
  textbox = gr.Textbox(lines=1, label='Input')
81
 
82
  with gr.Row():
 
68
 
69
 
70
  with gr.Blocks() as demo:
71
+ gr.Markdown("""<center><font size=8>Qwen/Qwen2.5-VL-7B-Instruct👾</center>""")
72
 
73
  with gr.Row():
74
  with gr.Column(scale=3):
 
76
  with gr.Column(scale=1):
77
  modify_system = gr.Button("🛠️ Set system prompt and clear history", scale=2)
78
  system_state = gr.Textbox(value=default_system, visible=False)
79
+ chatbot = gr.Chatbot(label='Qwen2.5-VL-7B-Instruct')
80
  textbox = gr.Textbox(lines=1, label='Input')
81
 
82
  with gr.Row():