nimnim commited on
Commit
61b336c
1 Parent(s): e5bfffb

commented out NA

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ 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("N/A")
23
- database["N/A"] = "NA"
24
  image_paths = ['images/captured_image.jpg']
25
 
26
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
 
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
 
26
  device = "cuda:0" if torch.cuda.is_available() else "cpu"