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