Spaces:
Runtime error
Runtime error
atomiclabs
commited on
Commit
•
22ced98
1
Parent(s):
e7766a1
Update app.py
Browse files
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 |
-
)
|
5 |
|
6 |
iface.launch()
|
|
|
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()
|