File size: 107 Bytes
c917597
 
e7766a1
4015b55
c917597
 
1
2
3
4
5
6
import gradio as gr

iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
)

iface.launch()