Spaces:
Runtime error
Runtime error
Commit
·
aecd898
1
Parent(s):
6b48acb
Update app.py
Browse files
app.py
CHANGED
@@ -2,5 +2,5 @@ import gradio as gr
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
with gr.Tab("Vision"):
|
5 |
-
gr.Interface.load("models/google/vit-base-patch16-224", title="Vision Transformer")
|
6 |
demo.launch()
|
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
with gr.Tab("Vision"):
|
5 |
+
gr.Interface.load("models/google/vit-base-patch16-224", title="Vision Transformer")
|
6 |
demo.launch()
|