Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dpogreb
/
openai-clip-vit-base-patch32
like
0
Sleeping
App
Files
Files
Community
dpogreb
commited on
Mar 31, 2023
Commit
e06ca9a
•
1 Parent(s):
6dc8b7f
initial commit
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/openai/clip-vit-base-patch32").launch()