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