Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zac
/
zac-Bad_hands
like
0
Runtime error
App
Files
Files
Community
3d34f2c
zac-Bad_hands
/
app.py
zac
Update app.py
3d34f2c
10 months ago
raw
Copy download link
history
blame
199 Bytes
import
gradio
as
gr
# Use a pipeline as a high-level helper
from
transformers
import
pipeline
pipe = pipeline(
"image-classification"
, model=
"zac/Bad_hands"
)
gr.load(
"models/zac/Bad_hands"
).launch()