AMKhakbaz commited on
Commit
9a35c08
·
verified ·
1 Parent(s): 5fcc71b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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))