Giuliano commited on
Commit
63ce438
·
1 Parent(s): 97b6c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  ### https://huggingface.co/blog/fine-tune-vit -->> the blog post how to fine tune ViT
8
 
9
  examples = [
10
- ["example-leaf.jpg"]
11
  ]
12
 
13
  iface = gr.Interface.load("huggingface/nateraw/vit-base-beans",
 
7
  ### https://huggingface.co/blog/fine-tune-vit -->> the blog post how to fine tune ViT
8
 
9
  examples = [
10
+ ["example-leaf.jpeg"]
11
  ]
12
 
13
  iface = gr.Interface.load("huggingface/nateraw/vit-base-beans",