Shivam29rathore commited on
Commit
8c36a11
·
1 Parent(s): 26441fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def make_summary(word):
73
  if len(tokens) <= 1:
74
  NUM_CLUSTERS = 1
75
  else:
76
- NUM_CLUSTERS = len(tokens)//2
77
 
78
  iterations = 25
79
  # Convert Embeddings into an array and store in variable X
 
73
  if len(tokens) <= 1:
74
  NUM_CLUSTERS = 1
75
  else:
76
+ NUM_CLUSTERS = len(tokens)//4
77
 
78
  iterations = 25
79
  # Convert Embeddings into an array and store in variable X