Skip to content

Commit

Permalink
[Deploy on heroku] Procfile added (#84)
Browse files Browse the repository at this point in the history
* Procfile added

* Delete .venv directory

* Delete Procfile

* Add files via upload

* Update requirements.txt

* Update Procfile
  • Loading branch information
priyalekande authored Feb 24, 2022
1 parent 66ff77f commit ab7f985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn run:app --preload --workers 1
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pyyaml
tensorflow==2.5.3
tensorflow-cpu==2.5.3
wikipedia
flask
flask-wtf
Pillow
gunicorn

0 comments on commit ab7f985

Please sign in to comment.