Spaces:
Runtime error
Runtime error
Commit
·
ddf617b
1
Parent(s):
0558c97
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
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", title="Vision Transformer").launch()
|