Funbi commited on
Commit
ec654be
1 Parent(s): 9fe2179

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ chatbot = gr.Chatbot().style(color_map=("green", "pink"))
39
  demo = gr.Interface(
40
  chat,
41
  ["text", "state"],
42
- [chatbot, "state"],
43
  allow_flagging="never",title="Chatbot",
44
  description="This is chatbot made by using a pre-train model by Facebook called blender and I then primed it with a little extra information",
45
 
 
39
  demo = gr.Interface(
40
  chat,
41
  ["text", "state"],
42
+ ["chatbot", "state"],
43
  allow_flagging="never",title="Chatbot",
44
  description="This is chatbot made by using a pre-train model by Facebook called blender and I then primed it with a little extra information",
45