Spaces:
Runtime error
Runtime error
Commit
·
3b5acd6
1
Parent(s):
ed26b4a
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ opt = SwapOptions().parse()
|
|
17 |
|
18 |
|
19 |
retina_repo = Repository(local_dir="retina_model", clone_from="felixrosberg/retinaface_resnet50",
|
20 |
-
private=True, use_auth_token="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")
|
21 |
RetinaFace = load_model("retina_model/retinaface_res50.h5",
|
22 |
custom_objects={"FPN": FPN,
|
23 |
"SSH": SSH,
|
|
|
17 |
|
18 |
|
19 |
retina_repo = Repository(local_dir="retina_model", clone_from="felixrosberg/retinaface_resnet50",
|
20 |
+
private=True, use_auth_token="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", git_user="felixrosberg")
|
21 |
RetinaFace = load_model("retina_model/retinaface_res50.h5",
|
22 |
custom_objects={"FPN": FPN,
|
23 |
"SSH": SSH,
|