atomiclabs commited on
Commit
4015b55
1 Parent(s): 22ced98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
  iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
4
- examples=["alligator.jpg", "laptop.jpg"])
5
 
6
  iface.launch()
 
1
  import gradio as gr
2
 
3
  iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
4
+ )
5
 
6
  iface.launch()