KrishGoyani commited on
Commit
56622b3
·
verified ·
1 Parent(s): 239f80d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def ner(text) :
84
  "score": 0,
85
  }
86
  for entity in model.predict_entities(
87
- text, labels, flat_ner=not, nested_ner=True, threshold=0.27
88
  )
89
  ],
90
  }
 
84
  "score": 0,
85
  }
86
  for entity in model.predict_entities(
87
+ text, labels, flat_ner=False, threshold=0.27
88
  )
89
  ],
90
  }