atomiclabs's picture
Update app.py
22ced98
raw
history blame
147 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
examples=["alligator.jpg", "laptop.jpg"])
iface.launch()