File size: 199 Bytes
5c9b1c6
3d34f2c
 
 
 
5c9b1c6
 
1
2
3
4
5
6
7
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()