File size: 189 Bytes
5425ab8
 
 
 
1
2
3
4
import gradio as gr

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