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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,8 +91,8 @@ 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__":
98
  init()
 
91
  }
92
  """
93
  chatbot = gr.Chatbot()
 
94
  demo = gr.ChatInterface(call_generate_text,chatbot=chatbot,type="messages")
95
+ chatbot.change(None,[chatbot],[],js=js)
96
 
97
  if __name__ == "__main__":
98
  init()