Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wasmdashai
/
face
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c8fa93b
face
/
app.py
wasmdashai
Update app.py
c8fa93b
verified
7 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
import
gradio
as
gr
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
import
gradio
as
gr
gr.load(
"models/wasmdashai/vit-face-expression-v1"
).launch()