MMIX2009's picture
Create app.py
925bcd5
raw
history blame
159 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
examples=["alligator.jpg", "laptop.jpg"]).launch()