vit_ms / app.py
smjain's picture
Update app.py
d953d16
raw
history blame contribute delete
218 Bytes
import gradio as gr
gr.Interface.load(
"models/microsoft/swin-tiny-patch4-window7-224",
theme="default",
css=".footer{display:none !important}",
title=None).launch()