Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kochaporn
/
models
like
0
Runtime error
App
Files
Files
Community
main
models
/
app.py
kochaporn
Update app.py
de5e74b
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()