MarmaduX's picture
Create app.py
2f7b25e
raw
history blame contribute delete
160 Bytes
import gradio as gr
examples = []
gr.Interface.load("huggingface/google/vit-base-patch16-384", examples=examples, title="Identificador de Imagenes").launch();