From ab7f98563a3698c533af819cd1389ed8d421acb7 Mon Sep 17 00:00:00 2001 From: PRIYAL EKANDE <62287168+priyalekande@users.noreply.github.com> Date: Fri, 25 Feb 2022 01:18:02 +0530 Subject: [PATCH] [Deploy on heroku] Procfile added (#84) * Procfile added * Delete .venv directory * Delete Procfile * Add files via upload * Update requirements.txt * Update Procfile --- Procfile | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..3702c5f4 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn run:app --preload --workers 1 diff --git a/requirements.txt b/requirements.txt index 96629268..62a25d8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ pyyaml -tensorflow==2.5.3 +tensorflow-cpu==2.5.3 wikipedia flask flask-wtf Pillow +gunicorn