MMIX2009's picture
Update app.py
06bf1e3
raw
history blame
193 Bytes
import gradio as gr
# model at huggingface/google/vit-base-patch16-224
gr.Interface.load(
"Image Transformer Model",
examples=["alligator.jpg", "laptop.jpg"]).launch()