Spaces:
Runtime error
Runtime error
Commit
·
692fc9b
1
Parent(s):
e247931
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
|
|
2 |
|
3 |
with gr.Blocks() as demo:
|
4 |
with gr.Tab("Vision"):
|
5 |
-
|
6 |
-
btn2 = gr.Button("Button 2")
|
7 |
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 |
+
#btn2 = gr.Button("Button 2")
|
7 |
demo.launch()
|