Jeroen Van Goey
Create app.py
87fda38
raw
history blame contribute delete
No virus
251 Bytes
import gradio as gr
gr.Interface.load(
"huggingface/google/vit-base-patch32-384",
css=".footer {display:none !important}",
title=None,
description="Image classification using transformers!").launch()