Spaces:
Runtime error
Runtime error
samueldomdey
commited on
Commit
·
af78d78
1
Parent(s):
d4ee0c4
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,6 @@ gr.Interface(clip_sim_preds,
|
|
71 |
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)],
|
72 |
outputs=[gr.outputs.Textbox(type="auto", label="Cosine similarity")],
|
73 |
theme="huggingface",
|
74 |
-
title="Cosine similarity",
|
75 |
description="Cosine similarity of image/text pair using a multimodal clip model",
|
76 |
allow_flagging=False,).launch(debug=True)
|
|
|
71 |
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)],
|
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)
|