Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Haofeng
/
CLIP-Transformer-Project
like
0
Build error
App
Files
Files
Community
eb02e48
CLIP-Transformer-Project
/
app.py
Haofeng
Update app.py
11284d9
over 2 years ago
raw
Copy download link
history
blame
Safe
113 Bytes
import
streamlit
as
st
from
PIL
import
Image
st.title(
'Text-Image matching and Animal Classification via CLIP'
)