File size: 229 Bytes
fd7f9c1
 
 
9b01f2f
fd7f9c1
 
 
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()