File size: 229 Bytes
61383b9
 
 
3f308ec
0a98380
 
 
1
2
3
4
5
6
7
8
import gradio as gr

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