raghuram13 commited on
Commit
5032b9c
·
1 Parent(s): 0432c18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/google/vit-base-patch16-224").launch()
 
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/google/vit-base-patch16-224",examples = ['cat.jpg', 'dog.jpg','bear.jpeg','tiger.jpeg'],
4
+ title=None).launch()