models / app.py
c1ndy23's picture
Update app.py
28b4ef7
import gradio as gr
gr.Interface.load(
"huggingface/apple/mobilevit-xx-small",
theme="default",
css=".footer{display:none !important}",
title=None).launch()