Spaces:
Runtime error
Runtime error
samueldomdey
commited on
Commit
•
1da125e
1
Parent(s):
5938ef8
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ gr.Interface(clip_sim_preds,
|
|
31 |
gr.inputs.Textbox(lines=1, placeholder=None, default="two cats with black stripes on a purple blanket, tv remotes, green collar", label="Text", optional=False)],
|
32 |
outputs=[gr.outputs.Textbox(type="auto", label="Cosine similarity")],
|
33 |
theme="huggingface",
|
34 |
-
title="Cosine similarity",
|
35 |
description="Cosine similarity of image/text pair using a multimodal clip model",
|
36 |
allow_flagging=False,).launch(debug=True)
|
|
|
31 |
gr.inputs.Textbox(lines=1, placeholder=None, default="two cats with black stripes on a purple blanket, tv remotes, green collar", label="Text", optional=False)],
|
32 |
outputs=[gr.outputs.Textbox(type="auto", label="Cosine similarity")],
|
33 |
theme="huggingface",
|
34 |
+
title="Clip Cosine similarity",
|
35 |
description="Cosine similarity of image/text pair using a multimodal clip model",
|
36 |
allow_flagging=False,).launch(debug=True)
|