Sasidhar commited on
Commit
ac0de5c
·
1 Parent(s): b27a82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ elif selected_menu == "Extract Entities":
103
  text = get_text_from_ocr_engine()
104
  output = pipeline_ner (text)
105
  entities_text =get_formatted_text_for_annotation(output)
106
- annotated_text(entities_text)
107
 
108
 
109
  elif selected_menu == "Get Answers":
 
103
  text = get_text_from_ocr_engine()
104
  output = pipeline_ner (text)
105
  entities_text =get_formatted_text_for_annotation(output)
106
+ annotated_text(*entities_text)
107
 
108
 
109
  elif selected_menu == "Get Answers":