Jaehan's picture
Create app.py
5425ab8
raw
history blame contribute delete
189 Bytes
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()