Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MMIX2009
/
ImageTransformer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
06bf1e3
ImageTransformer
/
app.py
MMIX2009
Update app.py
06bf1e3
about 2 years ago
raw
Copy download link
history
blame
Safe
193 Bytes
import
gradio
as
gr
# model at huggingface/google/vit-base-patch16-224
gr.Interface.load(
"Image Transformer Model"
,
examples=[
"alligator.jpg"
,
"laptop.jpg"
]).launch()