leovale14 commited on
Commit
3478c65
1 Parent(s): 0bf9964

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio as gr
2
+
3
+ gr.load("huggingface/microsoft/swin-tiny-patch4-window7-224").launch(debug=True)