Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sonobit
/
models
like
0
Runtime error
App
Files
Files
Community
main
models
/
app.py
sonobit
Update app.py
3f308ec
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
229 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()