ibvhim commited on
Commit
badb2c8
1 Parent(s): d2cce83

Update Chatbot/app.py

Browse files
Files changed (1) hide show
  1. Chatbot/app.py +2 -2
Chatbot/app.py CHANGED
@@ -25,8 +25,8 @@ import gradio as gr
25
 
26
  interface = gr.Interface(
27
  fn=predict,
28
- inputs=["text", "state"],
29
- outputs=["chatbot", "state"],
30
  )
31
 
32
  if __name__ == '__main__':
 
25
 
26
  interface = gr.Interface(
27
  fn=predict,
28
+ inputs="text",
29
+ outputs="chatbot",
30
  )
31
 
32
  if __name__ == '__main__':