Harun01 commited on
Commit
d8c6c79
·
verified ·
1 Parent(s): be06cb0

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. requirements.txt +5 -0
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from src.streamlit_app import *
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ streamlit
2
+ tensorflow
3
+ Pillow
4
+ numpy
5
+ h5py