Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Ehsa
/
ViTin1000
like
0
Runtime error
App
Files
Files
Community
52590d4
ViTin1000
/
app.py
Ehsa
Create app.py
e2804ec
over 2 years ago
raw
Copy download link
history
blame
Safe
277 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224-in21k"
,
theme=
"default"
,
examples=[[
"alligator.jpg"
], [
"laptop.jpg"
]],
css=
".footer{display:none !important}"
,
title=
None
).launch()