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