Spaces:
Sleeping
Sleeping
munyakarg commited on
Commit ·
2dfef02
1
Parent(s): df26e92
fix error for model call
Browse files
model/deepfaceLiteDetection.py
CHANGED
|
@@ -7,7 +7,7 @@ import sys
|
|
| 7 |
from huggingface_hub import hf_hub_download
|
| 8 |
|
| 9 |
|
| 10 |
-
REPO_ID = "dsgn2stdy3rsrch-ai/
|
| 11 |
|
| 12 |
def load_tflite_model(filename):
|
| 13 |
path = hf_hub_download(
|
|
|
|
| 7 |
from huggingface_hub import hf_hub_download
|
| 8 |
|
| 9 |
|
| 10 |
+
REPO_ID = "dsgn2stdy3rsrch-ai/facialattributesmodel"
|
| 11 |
|
| 12 |
def load_tflite_model(filename):
|
| 13 |
path = hf_hub_download(
|