File size: 179 Bytes
6b48acb
 
 
 
aecd898
6b48acb
1
2
3
4
5
6
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()