AbrahamSanders / seq2seq-chatbot

A sequence2sequence chatbot implementation with TensorFlow.
MIT License
99 stars 56 forks source link

Flask 1.0+ not supported #4

Open AbrahamSanders opened 6 years ago

AbrahamSanders commented 6 years ago

In versions after 0.12.4, flask has changed the way the server is started which causes chat_web.py to exit to the command line and terminate instead of hosting the web server.

chat_web.py needs to be refactored to comply to their new startup mechanism and also be able to accept the command line parameters. Until then, we are stuck on 0.12.4.