Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jnojun
/
model
like
0
Runtime error
App
Files
Files
Community
main
model
/
app.py
jnojun
Update app.py
86e0154
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
211 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/facebook/convnext-base-224"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()