Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Somoooo
/
modals
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
modals
/
app.py
Somoooo
Rename app.pp to app.py
e2b0afa
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
228 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/microsoft/beit-base-patch16-224-pt22k-ft22k"
,
theme=
"default"
,
css=
".footer{display:none !important}"
,
title=
None
).launch()