Spaces:
Runtime error
Runtime error
delete model folder and add tf-addons to requirements
Browse files
__pycache__/pipeline.cpython-39.pyc
CHANGED
Binary files a/__pycache__/pipeline.cpython-39.pyc and b/__pycache__/pipeline.cpython-39.pyc differ
|
|
efficientnet-b0/keras_metadata.pb
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8411f85bd22de246fee31adc6bbf0a60d403ac22d8f572154fd77eb866b8daf3
|
3 |
-
size 202114
|
|
|
|
|
|
|
|
efficientnet-b0/saved_model.pb
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ca17aff86eeedbeab2ace0fc42296a1fe11352c6adb418f04f96c5a3607bd28a
|
3 |
-
size 10505251
|
|
|
|
|
|
|
|
efficientnet-b0/variables/variables.data-00000-of-00001
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:6418ccca9c8b62339ccfae9e5e3aae785fbdeed31fa08af7207ad4f0fc94fbbf
|
3 |
-
size 23824720
|
|
|
|
|
|
|
|
efficientnet-b0/variables/variables.index
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:d8941b2f42aede433bd46ec35e5f9ec0fe489f57e44960db8f0cc40967bcf5e9
|
3 |
-
size 21161
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
tensorflow
|
|
|
2 |
facenet_pytorch
|
3 |
numpy
|
4 |
opencv-python
|
5 |
opencv-python-headless
|
6 |
mtcnn
|
7 |
-
moviepy
|
8 |
-
librosa
|
|
|
1 |
+
tensorflow
|
2 |
+
tensorflow-addons
|
3 |
facenet_pytorch
|
4 |
numpy
|
5 |
opencv-python
|
6 |
opencv-python-headless
|
7 |
mtcnn
|
8 |
+
moviepy
|
|