Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MMIX2009
/
ImageTransformer
like
0
Runtime error
App
Files
Files
Community
b5c0142
ImageTransformer
/
app.py
MMIX2009
Create app.py
925bcd5
over 1 year ago
raw
Copy download link
history
blame
Safe
159 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/vit-base-patch16-224"
,
examples=[
"alligator.jpg"
,
"laptop.jpg"
]).launch()