Abubakar Abid
Update app.py
a6b83c4
raw history blame
No virus
282 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224",
theme="default",
css=".footer {display:none !important}",
title=None,
description="Image classification using transformers!").launch()