nchen909's picture
Update app.py
a1ad36b verified
raw
history blame
123 Bytes
import gradio as gr
app = gr.Interface.load(
"huggingface/google/vit-base-patch16-224")
#launch
app.launch()