Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mushroomsolutions
/
Gallery
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aecd898
Gallery
/
app.py
srinivas-mushroom
Update app.py
aecd898
over 2 years ago
raw
Copy download link
history
blame
Safe
179 Bytes
import
gradio
as
gr
with
gr.Blocks()
as
demo:
with
gr.Tab(
"Vision"
):
gr.Interface.load(
"models/google/vit-base-patch16-224"
, title=
"Vision Transformer"
)
demo.launch()