nimnim commited on
Commit
e5bfffb
1 Parent(s): 906f659

changed semantic

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def read_dict_from_file(filename):
19
 
20
  text_output_path = 'output.txt'
21
  database, text_list = read_dict_from_file(text_output_path)
22
- text_list.append("Unidentified")
23
  database["N/A"] = "NA"
24
  image_paths = ['images/captured_image.jpg']
25
 
 
19
 
20
  text_output_path = 'output.txt'
21
  database, text_list = read_dict_from_file(text_output_path)
22
+ text_list.append("N/A")
23
  database["N/A"] = "NA"
24
  image_paths = ['images/captured_image.jpg']
25