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...
65a538f
facial-image-age-detection
/
app.py
kamalcst
Update app.py
65a538f
verified
10 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
import
gradio
as
gr
# Load the model
model = gr.load(
"models/dima806/facial_age_image_detection"
)
# Launch the Gradio application with a public link
model.launch(share=
True
)