Spaces:
Sleeping
Sleeping
Update text_processor.py
Browse files- text_processor.py +1 -1
text_processor.py
CHANGED
|
@@ -30,5 +30,5 @@ def post_process_labels(results):
|
|
| 30 |
# For example, you might use a threshold for each label's score
|
| 31 |
# to determine whether it should be considered a valid theme.
|
| 32 |
# Return the selected labels as a list.
|
| 33 |
-
selected_labels = []
|
| 34 |
return selected_labels
|
|
|
|
| 30 |
# For example, you might use a threshold for each label's score
|
| 31 |
# to determine whether it should be considered a valid theme.
|
| 32 |
# Return the selected labels as a list.
|
| 33 |
+
selected_labels = [results]
|
| 34 |
return selected_labels
|