Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,8 @@ if Run_Button == True:
|
|
39 |
ner_pipeline = setModel(model_checkpoint, aggregation)
|
40 |
output = ner_pipeline(input_text)
|
41 |
|
|
|
|
|
42 |
df = pd.DataFrame.from_dict(output)
|
43 |
|
44 |
if aggregation != "none":
|
|
|
39 |
ner_pipeline = setModel(model_checkpoint, aggregation)
|
40 |
output = ner_pipeline(input_text)
|
41 |
|
42 |
+
print(output)
|
43 |
+
|
44 |
df = pd.DataFrame.from_dict(output)
|
45 |
|
46 |
if aggregation != "none":
|