Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kornravee
/
models
like
0
Runtime error
App
Files
Files
Community
main
models
/
app.py
kornravee
Update app.py
034806c
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
216 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/google/apple/mobilevit-xx-small"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()