xferdie commited on
Commit
c97ef57
·
verified ·
1 Parent(s): bb11f24

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import gradio as grad
2
+ grad.Interface.load(
3
+ "models/microsoft/swin-tiny-patch4-window7-224",
4
+ theme="default",
5
+ css=".footer{display:none !important}",
6
+ title=None).launch()