Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fuckinsuck
/
models
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
9b01f2f
models
/
app.py
Fuckinsuck
Update app.py
9b01f2f
over 2 years ago
raw
Copy download link
history
blame
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()