Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
DEIT-base
like
0
Runtime error
App
Files
Files
Community
16e8dc8
DEIT-base
/
app.py
akhaliq
HF staff
Update app.py
16e8dc8
over 2 years ago
raw
Copy download link
history
blame
Safe
124 Bytes
import
gradio
as
gr
title=
"Deit-base"
gr.Interface.load(
"huggingface/facebook/deit-base-distilled-patch16-384"
,title=title)