ViTin1000 / app.py
Ehsa's picture
Create app.py
e2804ec
raw
history blame
277 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224-in21k",
theme="default",
examples=[["alligator.jpg"], ["laptop.jpg"]],
css=".footer{display:none !important}",
title=None).launch()