1 min readFeb 2, 2020
python3 app.py --checkpoint /path/to/checkpoint
This will create a simple web app listening at port 4000 unless you specify. Open up your browser and go to http://localhost:4000
, you should see a simple interface with a text input to get the text from the user.