Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
francosta
/
openai-clip-vit-large-patch14-336
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2b74e24
openai-clip-vit-large-patch14-336
/
app.py
francosta
initial commit
2b74e24
over 1 year ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/openai/clip-vit-large-patch14-336"
).launch()