Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hysts
/
1adrianb-face-alignment
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hysts
HF Staff
commited on
May 27, 2022
Commit
bd8c0f1
·
1 Parent(s):
9b6c42b
Clean up
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -61,8 +61,6 @@ def detect(
61
62
63
def main():
64
-
gr.close_all()
65
-
66
args = parse_args()
67
device = torch.device(args.device)
68
61
62
63
def main():
64
args = parse_args()
65
device = torch.device(args.device)
66