abidlabs's picture
abidlabs HF staff
Update app.py
862e266
raw history blame
No virus
270 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
theme="default",
examples=[["alligator.jpg"], ["laptop.jpg"]]
css=".footer{display:none !important}",
title=None).launch()