lokidev commited on
Commit
70af4d5
·
verified ·
1 Parent(s): e1bf518

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -24,8 +24,6 @@ def chatbot(input_text, chat_history):
24
 
25
  iface = gr.ChatInterface(
26
  fn=chatbot,
27
- inputs=["text", "state"], # "state" will hold the chat history as a tensor list
28
- outputs=["text", "state"],
29
  title="DialoGPT Chatbot (Small)",
30
  description="Simple chat application using microsoft/DialoGPT-small model. Try it out!",
31
  examples=["Hello", "How are you?", "Tell me a joke"]
 
24
 
25
  iface = gr.ChatInterface(
26
  fn=chatbot,
 
 
27
  title="DialoGPT Chatbot (Small)",
28
  description="Simple chat application using microsoft/DialoGPT-small model. Try it out!",
29
  examples=["Hello", "How are you?", "Tell me a joke"]