atomiclabs's picture
Update app.py
e7766a1
raw
history blame
107 Bytes
import gradio as gr
iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
)
iface.launch()