Spaces:
Running
Running
Michelangiolo
commited on
Commit
•
6f22793
1
Parent(s):
af79a7d
sentence-transformers
Browse files
app.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import os
|
2 |
os.system('pip install openpyxl')
|
3 |
os.system('pip install scikit-learn')
|
|
|
|
|
4 |
from sklearn.neighbors import NearestNeighbors
|
5 |
import numpy as np
|
6 |
import pandas as pd
|
|
|
1 |
import os
|
2 |
os.system('pip install openpyxl')
|
3 |
os.system('pip install scikit-learn')
|
4 |
+
os.system('pip install sentence-transformers')
|
5 |
+
|
6 |
from sklearn.neighbors import NearestNeighbors
|
7 |
import numpy as np
|
8 |
import pandas as pd
|