Spaces:
Runtime error
Runtime error
Commit
·
e247931
1
Parent(s):
aecd898
Update app.py
Browse files
app.py
CHANGED
@@ -2,5 +2,6 @@ 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 |
+
btn2 = gr.Button("Button 2")
|
7 |
demo.launch()
|