Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,6 +102,7 @@ iface = gr.Interface(
|
|
102 |
within the document based on the selected distance metric. Choose from cosine, Euclidean, Manhattan, or dot product metrics
|
103 |
to explore different aspects of textual similarity.
|
104 |
umap args: n_neighbors=15, min_dist=0.0,
|
|
|
105 |
"""
|
106 |
)
|
107 |
|
|
|
102 |
within the document based on the selected distance metric. Choose from cosine, Euclidean, Manhattan, or dot product metrics
|
103 |
to explore different aspects of textual similarity.
|
104 |
umap args: n_neighbors=15, min_dist=0.0,
|
105 |
+
Green dots are the closest vectors
|
106 |
"""
|
107 |
)
|
108 |
|