Spaces:
Runtime error
Runtime error
Julien Simon
commited on
Commit
•
6753426
1
Parent(s):
338513f
Cleanup
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ texts = gr.Text(label="List of comma-separated texts")
|
|
26 |
# Output
|
27 |
scores = gr.JSON(label="Scores")
|
28 |
|
29 |
-
description = "This Space lets you score a list of texts
|
30 |
-
This can be used to find the most relevant text for
|
31 |
|
32 |
iface = gr.Interface(
|
33 |
theme="huggingface",
|
|
|
26 |
# Output
|
27 |
scores = gr.JSON(label="Scores")
|
28 |
|
29 |
+
description = "This Space lets you score a list of texts on an image.\
|
30 |
+
This can be used to find the most relevant text for an image, or for semantic search on images."
|
31 |
|
32 |
iface = gr.Interface(
|
33 |
theme="huggingface",
|