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...
main
mobilenet
/
app.py
chloceg
initial commit
82db5f4
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
75 Bytes
import
gradio
as
gr
gr.load(
"models/google/mobilenet_v2_1.0_224"
).launch()