ThomasSimonini HF staff commited on
Commit
fd85286
·
1 Parent(s): cc2cc46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ def certification(hf_username, first_name, last_name):
242
  },
243
  ]
244
  for unit in results_certification:
245
- if unit["unit"] != "Unit 6":
246
  # Since Unit 6 can use PandaReachDense-v2 or v3
247
  user_models = get_user_models(hf_username, "PandaReachDense-v3", unit["library"])
248
  if user_models == "":
 
242
  },
243
  ]
244
  for unit in results_certification:
245
+ if unit["unit"] == "Unit 6":
246
  # Since Unit 6 can use PandaReachDense-v2 or v3
247
  user_models = get_user_models(hf_username, "PandaReachDense-v3", unit["library"])
248
  if user_models == "":