Spaces:
Running
Running
Update posts_categorization.py
Browse files- posts_categorization.py +1 -1
posts_categorization.py
CHANGED
@@ -85,7 +85,7 @@ def summarize_and_classify_post(text, labels):
|
|
85 |
"category": category
|
86 |
}
|
87 |
|
88 |
-
def batch_summarize_and_classify(posts
|
89 |
|
90 |
labels = [
|
91 |
"Company Culture and Values",
|
|
|
85 |
"category": category
|
86 |
}
|
87 |
|
88 |
+
def batch_summarize_and_classify(posts):
|
89 |
|
90 |
labels = [
|
91 |
"Company Culture and Values",
|