juliensimon HF staff commited on
Commit
6753426
1 Parent(s): 338513f
Files changed (1) hide show
  1. app.py +2 -2
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 given an input image.\
30
- This can be used to find the most relevant text for a given image, or for semantic search on images."
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",