vit / app.py
enio's picture
Update app.py
2a3392e
raw history blame
No virus
167 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
examples=['tiger.jpg','teapot.jpg','palace.jpg']).launch()