Gallery / app.py
srinivas-mushroom's picture
Update app.py
aecd898
raw
history blame
179 Bytes
import gradio as gr
with gr.Blocks() as demo:
with gr.Tab("Vision"):
gr.Interface.load("models/google/vit-base-patch16-224", title="Vision Transformer")
demo.launch()