Akjava commited on
Commit
059f19b
·
verified ·
1 Parent(s): adfb0a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ console.log(chatbot)
91
  }
92
  """
93
  chatbot = gr.Chatbot()
94
- chatbot.change(None,chatbot,[],js=js)
95
  demo = gr.ChatInterface(call_generate_text,chatbot=chatbot,type="messages")
96
 
97
  if __name__ == "__main__":
 
91
  }
92
  """
93
  chatbot = gr.Chatbot()
94
+ chatbot.change(None,[chatbot],[],js=js)
95
  demo = gr.ChatInterface(call_generate_text,chatbot=chatbot,type="messages")
96
 
97
  if __name__ == "__main__":