Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Edwardmonteirobr
/
dima806-facial_emotions_image_detection
like
0
Running
App
Files
Files
Community
a7fc49b
dima806-facial_emotions_image_detection
/
app.py
Edwardmonteirobr
initial commit
a7fc49b
over 1 year ago
raw
Copy download link
history
blame
Safe
97 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/dima806/facial_emotions_image_detection"
).launch()