Spaces:
Runtime error
Runtime error
add gradio
Browse files- .gitignore +1 -0
- __pycache__/app.cpython-38.pyc +0 -0
- requirements.txt +1 -0
.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
|