Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chloceg
/
mobilenet
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
82db5f4
mobilenet
/
app.py
chloceg
initial commit
82db5f4
about 1 year ago
raw
Copy download link
history
blame
Safe
75 Bytes
import
gradio
as
gr
gr.load(
"models/google/mobilenet_v2_1.0_224"
).launch()