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