Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,12 @@ def split_text(text, max_tokens=500):
|
|
76 |
|
77 |
def transform_chunks(marianne_segmentation):
|
78 |
|
|
|
|
|
79 |
marianne_segmentation = pd.DataFrame(marianne_segmentation)
|
80 |
|
|
|
|
|
81 |
# Filter out separators
|
82 |
marianne_segmentation = marianne_segmentation[marianne_segmentation['entity_group'] != 'separator']
|
83 |
|
|
|
76 |
|
77 |
def transform_chunks(marianne_segmentation):
|
78 |
|
79 |
+
print(marianne_segmentation)
|
80 |
+
|
81 |
marianne_segmentation = pd.DataFrame(marianne_segmentation)
|
82 |
|
83 |
+
print(marianne_segmentation)
|
84 |
+
|
85 |
# Filter out separators
|
86 |
marianne_segmentation = marianne_segmentation[marianne_segmentation['entity_group'] != 'separator']
|
87 |
|