pjohn2409 commited on
Commit
ed7ec50
·
1 Parent(s): 30a10e8

render deploy commit

Browse files
Files changed (3) hide show
  1. .gitignore +4 -4
  2. Procfile +1 -0
  3. requirements.txt +2 -1
.gitignore CHANGED
@@ -1,4 +1,4 @@
1
- tf_test_env/*
2
-
3
- *.ipynb
4
- static/*
 
1
+ *.pyc
2
+ __pycache__/
3
+ *.keras
4
+ .env
Procfile ADDED
@@ -0,0 +1 @@
 
 
1
+ web: gunicorn app:app
requirements.txt CHANGED
@@ -2,4 +2,5 @@ flask==3.1.0
2
  tensorflow==2.12.0
3
  Pillow==10.2.0
4
  numpy==1.23.5
5
- keras
 
 
2
  tensorflow==2.12.0
3
  Pillow==10.2.0
4
  numpy==1.23.5
5
+ keras
6
+ gunicorn