Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NoorIlyas
/
face-expression
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0818af4
face-expression
/
app.py
NoorIlyas
Update app.py
0818af4
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
118 Bytes
import
gradio
as
gr
model = gr.load(
"models/trpakov/vit-face-expression"
)
iface = gr.Interface(model)
iface.launch()