File size: 147 Bytes
c917597
 
e7766a1
22ced98
c917597
 
1
2
3
4
5
6
import gradio as gr

iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
examples=["alligator.jpg", "laptop.jpg"])

iface.launch()