Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
hysts
/
age-estimation-APPA-REAL
like
17
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Update app.py
#2
by
soiz1
- opened
Mar 21, 2025
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,6 +1,7 @@
1
#!/usr/bin/env python
2
3
import os
4
import pathlib
5
6
import cv2
1
#!/usr/bin/env python
2
3
import os
4
+
os.system("pip install dlib==19.24.6 --no-cache-dir")
5
import pathlib
6
7
import cv2