Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mrrahul011
/
A23_CLIP
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mrrahul011
commited on
Jul 26, 2024
Commit
c25fdc0
·
verified
·
1 Parent(s):
142e7ee
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,4 @@ demo = gr.Interface(fn=greet,
56
title="OpenAI CLIP-Contrastive Language-Image Pre-training")
57
58
59
-
demo.launch()
56
title="OpenAI CLIP-Contrastive Language-Image Pre-training")
57
58
59
+
demo.launch(
"debug"
)