taesiri commited on
Commit
9031590
1 Parent(s): 76d1760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def process_image(i):
17
  return {
18
  "file_path": image_path,
19
  "labels": imagenet_hard_dataset[i]["english_label"],
20
- "english_label": imagenet_hard_dataset[i]["english_label"],
21
  }
22
 
23
 
 
17
  return {
18
  "file_path": image_path,
19
  "labels": imagenet_hard_dataset[i]["english_label"],
20
+ "origin": imagenet_hard_dataset[i]["origin"],
21
  }
22
 
23