Abubakar Abid
Update app.py
0711e1e
raw
history blame
No virus
228 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
theme="default",
title=None,
description="Image classification using transformers!").launch()