Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
David-T
/
timm-vgg16_bn.tv_in1k
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ad2113c
timm-vgg16_bn.tv_in1k
/
app.py
David-T
initial commit
ad2113c
over 1 year ago
raw
Copy download link
history
blame
Safe
79 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/timm/vgg16_bn.tv_in1k"
).launch()