Spaces:
Running
Running
Update demo/modules/search.py
Browse files- demo/modules/search.py +1 -1
demo/modules/search.py
CHANGED
@@ -38,7 +38,7 @@ def plot(scores) -> None:
|
|
38 |
scores: List of scores
|
39 |
"""
|
40 |
plt.hist(scores, bins=100, density=True, alpha=0.6)
|
41 |
-
plt.title('Distribution of similarity scores
|
42 |
plt.xlabel('Similarity score', fontsize=15)
|
43 |
plt.ylabel('Density', fontsize=15)
|
44 |
|
|
|
38 |
scores: List of scores
|
39 |
"""
|
40 |
plt.hist(scores, bins=100, density=True, alpha=0.6)
|
41 |
+
plt.title('Distribution of similarity scores (top-ranked samples)', fontsize=15)
|
42 |
plt.xlabel('Similarity score', fontsize=15)
|
43 |
plt.ylabel('Density', fontsize=15)
|
44 |
|