Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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",
|