Ivan000 commited on
Commit
54d9395
1 Parent(s): a464792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def gradio_interface():
78
  with gr.Blocks() as demo:
79
  with gr.Row():
80
  with gr.Column(scale=3):
81
- chatbot = gr.Chatbot(label="Chat with Qwen/Qwen2.5-Coder-0.5B-Instruct", type="messages")
82
  msg = gr.Textbox(label="User Input")
83
  with gr.Row():
84
  submit = gr.Button("Submit")
 
78
  with gr.Blocks() as demo:
79
  with gr.Row():
80
  with gr.Column(scale=3):
81
+ chatbot = gr.Chatbot(label="Chat with prithivMLmods/Llama-Magpie-3.2-3B-Instruct", type="messages")
82
  msg = gr.Textbox(label="User Input")
83
  with gr.Row():
84
  submit = gr.Button("Submit")