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