Spaces:
Runtime error
Runtime error
Commit ·
32e3d60
1
Parent(s): af78d78
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,5 +72,5 @@ gr.Interface(clip_sim_preds,
|
|
| 72 |
outputs=[gr.outputs.Textbox(type="auto", label="Cosine similarity")],
|
| 73 |
theme="huggingface",
|
| 74 |
title="Clip Cosine similarity",
|
| 75 |
-
description="Cosine similarity of image/text pair using a multimodal clip model",
|
| 76 |
allow_flagging=False,).launch(debug=True)
|
|
|
|
| 72 |
outputs=[gr.outputs.Textbox(type="auto", label="Cosine similarity")],
|
| 73 |
theme="huggingface",
|
| 74 |
title="Clip Cosine similarity",
|
| 75 |
+
description="Cosine similarity of image/text pair using a multimodal clip model\nShould an error using the given URL occur, you can use this model through image upload instead: https://huggingface.co/spaces/samueldomdey/ClipCosineSimilarityUpload",
|
| 76 |
allow_flagging=False,).launch(debug=True)
|