File size: 209 Bytes
7dca4a6
 
 
28b4ef7
7dca4a6
 
 
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()