Spaces:
Runtime error
Runtime error
Commit
·
8c36a11
1
Parent(s):
26441fa
Update app.py
Browse files
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)//
|
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
|