sudhir2016's picture
Update app.py
f5a09f2
raw
history blame contribute delete
143 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
examples=["Banana.jpg"]).launch()