File size: 213 Bytes
fd7f9c1
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import gradio as gr

gr.Interface.load(
             "huggingface/google/vit-base-patch16-224",
             theme="default",
             css=".footer{display:none !important}",
             title=None).launch()