Natural Language Generation with GPT-2 A simple demonstration of using Streamlit with HuggingFace's GPT-2. Development To run locally; pip install -r requirements.txt streamlit run app.py Deployment This app works well with Heroku. Install the Heroku CLI and set it up heroku create git push heroku master