qanastek commited on
Commit
bdba6de
·
1 Parent(s): 6a55033

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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":