Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
sonobit
/
models
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
models
/
app.py
sonobit
Update app.py
3f308ec
over 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
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()