taesiri commited on
Commit
3f64566
1 Parent(s): 6716c60
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -91,6 +91,8 @@ if not os.path.exists("./dogs/top1/metadata.json"):
91
  subindent = " " * 4 * (level + 1)
92
  for f in files:
93
  print(f"{subindent}{f}")
 
 
94
 
95
  meta_top1 = json.load(open("./dogs/top1/metadata.json"))
96
  meta_topK = json.load(open("./dogs/topK/metadata.json"))
 
91
  subindent = " " * 4 * (level + 1)
92
  for f in files:
93
  print(f"{subindent}{f}")
94
+ else:
95
+ print("metadata.json is present")
96
 
97
  meta_top1 = json.load(open("./dogs/top1/metadata.json"))
98
  meta_topK = json.load(open("./dogs/topK/metadata.json"))