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