Spaces:
Runtime error
Runtime error
merge needed
Browse filesMerge branch 'main' of https://huggingface.co/spaces/Santarabantoosoo/Sentiments_topic_modeling_ITALIAN into main
app.py
CHANGED
@@ -318,9 +318,7 @@ with gr.Blocks() as demo:
|
|
318 |
'4. Treatment scenario', '5. Impact/Consequences of LC on children']
|
319 |
|
320 |
|
321 |
-
topic_dist_list=[[(0, 0.
|
322 |
-
[(0, 0.04221856), (1, 0.0374047), (2, 0.06841562), (3, 0.07528768), (4, 0.3782018), (5, 0.3984716)],
|
323 |
-
[(0, 0.2181524), (1, 0.13380228), (2, 0.021277282), (3, 0.48123622), (4, 0.01883339), (5, 0.12669843)],
|
324 |
[(0, 0.0145399235), (1, 0.01287178), (2, 0.43158862), (3, 0.24750596), (4, 0.264914), (5, 0.028579665)],
|
325 |
[(0, 0.016303344), (1, 0.014450405), (2, 0.36162496), (3, 0.48426068), (4, 0.023487965), (5, 0.09987263)],
|
326 |
[(0, 0.018612841), (1, 0.016472807), (2, 0.44922927), (3, 0.033633586), (4, 0.026889767), (5, 0.45516175)],
|
|
|
318 |
'4. Treatment scenario', '5. Impact/Consequences of LC on children']
|
319 |
|
320 |
|
321 |
+
topic_dist_list=[[(0, 0.2181524), (1, 0.13380228), (2, 0.021277282), (3, 0.48123622), (4, 0.01883339), (5, 0.12669843)],
|
|
|
|
|
322 |
[(0, 0.0145399235), (1, 0.01287178), (2, 0.43158862), (3, 0.24750596), (4, 0.264914), (5, 0.028579665)],
|
323 |
[(0, 0.016303344), (1, 0.014450405), (2, 0.36162496), (3, 0.48426068), (4, 0.023487965), (5, 0.09987263)],
|
324 |
[(0, 0.018612841), (1, 0.016472807), (2, 0.44922927), (3, 0.033633586), (4, 0.026889767), (5, 0.45516175)],
|