Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sonobit
/
Image
like
0
Runtime error
App
Files
Files
Community
c0a50dc
Image
/
app.py
sonobit
Update app.py
196874b
almost 2 years ago
raw
Copy download link
history
blame
Safe
212 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/nvidia/mit-b0"
,
theme=
"default"
,
examples=[[
"alligator.jpg"
], [
"laptop.jpg"
]],
css=
".footer{display:none !important}"
,
title=
None
).launch()