File size: 218 Bytes
721a5f5
 
 
d953d16
721a5f5
 
 
1
2
3
4
5
6
7
import gradio as gr

gr.Interface.load(
             "models/microsoft/swin-tiny-patch4-window7-224",
             theme="default",
             css=".footer{display:none !important}",
             title=None).launch()