Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sky3r
/
models
like
0
Sleeping
App
Files
Files
Community
main
models
/
app.py
sky3r
Create app.py
a93135b
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
198 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/nvidia/mit-b0"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()