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