Update app.py
Browse files
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.",
|