Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Image-Classifier-microsoft-beit-base-patch16-224-pt22k-ft22k
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Image-Classifier-microsoft-beit-base-patch16-224-pt22k-ft22k
/
app.py
awacke1
initial commit
f249880
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
101 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/microsoft/beit-base-patch16-224-pt22k-ft22k"
).launch()