Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aangel
/
models
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bc8ddfd
models
/
app.py
aangel
Create app.py
7c97615
over 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()