Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ from scipy.cluster.hierarchy import linkage, dendrogram, fcluster
|
|
8 |
import plotly.figure_factory as ff
|
9 |
#from vllm import LLM, SamplingParams
|
10 |
from huggingface_hub import InferenceClient
|
|
|
11 |
|
12 |
def sorting(df):
|
13 |
df.index = list(map(float, df.index))
|
|
|
8 |
import plotly.figure_factory as ff
|
9 |
#from vllm import LLM, SamplingParams
|
10 |
from huggingface_hub import InferenceClient
|
11 |
+
from sklearn.cluster import KMeans
|
12 |
|
13 |
def sorting(df):
|
14 |
df.index = list(map(float, df.index))
|