Duplicated from abidlabs/vision-transformer
6e659f2 fc042cf a6b83c4 2ce55be ea76eb8 862e266
1
2
3
4
5
6
7
8
import gradio as gr gr.Interface.load( "huggingface/google/vit-base-patch16-224", theme="default", examples=[["alligator.jpg"], ["laptop.jpg"]], css=".footer{display:none !important}", title=None).launch()