File size: 209 Bytes
f2f9f0f
 
 
1070c56
f2f9f0f
 
 
1
2
3
4
5
6
7
import gradio as gr

gr.Interface.load(
             "huggingface/apple/mobilevit-xx-small",
             theme="default",
             css=".footer{display:none !important}",
             title=None).launch()