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