Spaces:
Runtime error
Runtime error
samueldomdey
commited on
Commit
·
a6a2f46
1
Parent(s):
e80a9cc
Update app.py
Browse files
app.py
CHANGED
@@ -72,5 +72,6 @@ gr.Interface(clip_sim_preds,
|
|
72 |
outputs=[gr.outputs.Textbox(type="auto", label="Cosine similarity")],
|
73 |
theme="huggingface",
|
74 |
title="Clip Cosine similarity",
|
75 |
-
article="Cosine similarity of image/text pair using a multimodal clip model. Note: should an error using the given URL occur, you can use this model through image upload instead:
|
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 |
+
article="<p Cosine similarity of image/text pair using a multimodal clip model. Note: should an error using the given URL occur, you can use this model through image upload instead: /p> <a href='https://huggingface.co/spaces/samueldomdey/ClipCosineSimilarityUpload'>link</a>",
|
76 |
+
allow_flagging=False,).launch(debug=True)
|
77 |
+
|