Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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":
|