models / app.py
Jinapa's picture
Update app.py
1070c56
raw
history blame contribute delete
209 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/apple/mobilevit-xx-small",
theme="default",
css=".footer{display:none !important}",
title=None).launch()