Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kamalcst
/
facial-image-age-detection
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
40a34f8
facial-image-age-detection
/
app.py
kamalcst
initial commit
40a34f8
verified
10 months ago
raw
Copy download link
history
blame
Safe
82 Bytes
import
gradio
as
gr
gr.load(
"models/dima806/facial_age_image_detection"
).launch()