Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,6 @@ iface = gr.Interface(
|
|
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.",
|
55 |
)
|
|
|
49 |
],
|
50 |
outputs="number",
|
51 |
live=True,
|
|
|
52 |
title="CLIP Model Image-Text Cosine Similarity",
|
53 |
description="Upload a base64 image and enter text to find their cosine similarity.",
|
54 |
)
|