ThomasSimonini HF staff commited on
Commit
a8146aa
·
1 Parent(s): 9d02dd8

Add pandareachdensev3

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -244,10 +244,10 @@ def certification(hf_username, first_name, last_name):
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, unit["PandaReachDense-v3"], unit["library"])
248
  if user_models == "":
249
  print("Empty")
250
- user_models = get_user_models(hf_username, unit["PandaReachDense-v2"], unit["library"])
251
  if unit["unit"] != "Unit 8 PII":
252
  # Get user model
253
  user_models = get_user_models(hf_username, unit['env'], unit['library'])
 
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 == "":
249
  print("Empty")
250
+ user_models = get_user_models(hf_username, "PandaReachDense-v2", unit["library"])
251
  if unit["unit"] != "Unit 8 PII":
252
  # Get user model
253
  user_models = get_user_models(hf_username, unit['env'], unit['library'])