ayyuce commited on
Commit
4b66ba0
·
verified ·
1 Parent(s): 0cbb29d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Hugging Face DialoGPT-small running on CPU.")
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([])