raghuram13's picture
Update app.py
41e00fe
raw
history blame contribute delete
192 Bytes
import gradio as gr
gr.Interface.load("models/google/vit-base-patch16-224",examples = ['cat.jpg', 'dog.jpg','bear.jpeg','tiger.jpeg'],
title="IMAGE CLASSIFICATION").launch()