Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def chat(message, history):
|
|
40 |
|
41 |
# Build the Gradio interface
|
42 |
with gr.Blocks() as demo:
|
43 |
-
gr.Markdown("# CPU LLM Chat Demo\nThis is a simple chat interface using
|
44 |
chatbot = gr.Chatbot()
|
45 |
message_input = gr.Textbox(placeholder="Type your message here...", show_label=False)
|
46 |
state = gr.State([])
|
|
|
40 |
|
41 |
# Build the Gradio interface
|
42 |
with gr.Blocks() as demo:
|
43 |
+
gr.Markdown("# CPU LLM Chat Demo\nThis is a simple chat interface using DialoGPT-small.")
|
44 |
chatbot = gr.Chatbot()
|
45 |
message_input = gr.Textbox(placeholder="Type your message here...", show_label=False)
|
46 |
state = gr.State([])
|