Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mewmnp
/
models
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
018e1b5
models
/
app.py
mewmnp
Update app.py
018e1b5
about 2 years ago
raw
Copy download link
history
blame
Safe
202 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/convnext-base-224"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()