File size: 193 Bytes
925bcd5
06bf1e3
925bcd5
06bf1e3
925bcd5
1
2
3
4
5
import gradio as gr
# model at huggingface/google/vit-base-patch16-224
gr.Interface.load(
             "Image Transformer Model",
             examples=["alligator.jpg", "laptop.jpg"]).launch()