pleonard commited on
Commit
c289783
1 Parent(s): 216aba4

add gradio

Browse files
.gitignore CHANGED
@@ -1,3 +1,4 @@
1
 
2
  /__pycache__
3
  /__pycache__
 
 
1
 
2
  /__pycache__
3
  /__pycache__
4
+ /__pycache__
__pycache__/app.cpython-38.pyc CHANGED
Binary files a/__pycache__/app.cpython-38.pyc and b/__pycache__/app.cpython-38.pyc differ
 
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  deepface
2
  tf-keras
3
  dlib
 
1
+ gradio
2
  deepface
3
  tf-keras
4
  dlib