Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KIRASA
/
models
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d821a9f
models
/
app.py
KIRASA
Create app.py
d821a9f
about 2 years ago
raw
Copy download link
history
blame
Safe
212 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()