zac-Bad_hands / app.py
zac's picture
Update app.py
3d34f2c
raw
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()