Spaces:
Runtime error
Runtime error
Commit ·
5032b9c
1
Parent(s): 0432c18
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
gr.Interface.load("models/google/vit-base-patch16-224"
|
|
|
|
|
|
| 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()
|