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