MMIX2009's picture
Update app.py
6e3cbaa
raw
history blame contribute delete
206 Bytes
import gradio as gr
# Image classification using Vision Transformer
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
examples=["alligator.jpg", "laptop.jpg"]).launch()