Spaces:
Running
Running
Update apps/intro.py
Browse files- apps/intro.py +1 -1
apps/intro.py
CHANGED
@@ -25,6 +25,6 @@ def app():
|
|
25 |
|
26 |
examples_embeddings = model.encode(question)
|
27 |
st.write("umap")
|
28 |
-
examples_umap =
|
29 |
|
30 |
st.write(examples_umap.shape)
|
|
|
25 |
|
26 |
examples_embeddings = model.encode(question)
|
27 |
st.write("umap")
|
28 |
+
examples_umap = model_umap.transform(examples_embeddings)
|
29 |
|
30 |
st.write(examples_umap.shape)
|