Atualli commited on
Commit
7896656
·
1 Parent(s): 409b2ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ def main():
202
  # By default, the generated text is cleanup and the entities are extracted.
203
  processed_text, entities = processor.post_process_generation(generated_text)
204
 
205
- annotated_image = draw_entity_boxes_on_image(image_input, entities, show=False)
206
 
207
  color_id = -1
208
  entity_info = []
 
202
  # By default, the generated text is cleanup and the entities are extracted.
203
  processed_text, entities = processor.post_process_generation(generated_text)
204
 
205
+ annotated_image = image_input #draw_entity_boxes_on_image(image_input, entities, show=False)
206
 
207
  color_id = -1
208
  entity_info = []