Spaces:
Runtime error
Runtime error
File size: 251 Bytes
87fda38 |
1 2 3 4 5 6 |
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() |