Spaces:
Runtime error
Runtime error
Commit ·
e76e829
1
Parent(s): 32e3d60
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\nNote: should 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)
|