ktllc commited on
Commit
b1e58f3
·
1 Parent(s): 21edb75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -48,6 +48,7 @@ iface = gr.Interface(
48
  "text"
49
  ],
50
  outputs="number",
 
51
  interpretation="default",
52
  title="CLIP Model Image-Text Cosine Similarity",
53
  description="Upload a base64 image and enter text to find their cosine similarity.",
 
48
  "text"
49
  ],
50
  outputs="number",
51
+ live=True,
52
  interpretation="default",
53
  title="CLIP Model Image-Text Cosine Similarity",
54
  description="Upload a base64 image and enter text to find their cosine similarity.",