File size: 216 Bytes
8cbe2d9
 
 
034806c
8cbe2d9
 
 
1
2
3
4
5
6
7
import gradio as gr

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