models / app.py
Fuckinsuck's picture
Update app.py
d36504d
raw
history blame
213 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
theme="default",
css=".footer{display:none !important}",
title=None).launch()