ksort commited on
Commit
e438ca1
1 Parent(s): f6fa73b

Update ssh

Browse files
Files changed (1) hide show
  1. model/model_registry.py +1 -1
model/model_registry.py CHANGED
@@ -40,7 +40,7 @@ def get_model_description_md(model_list):
40
  if ct % 10 == 0:
41
  model_description_md += "|"
42
  model_description_md += f" {one_model_md} |"
43
- if ct % 10 == 2:
44
  model_description_md += "\n"
45
  ct += 1
46
  return model_description_md
 
40
  if ct % 10 == 0:
41
  model_description_md += "|"
42
  model_description_md += f" {one_model_md} |"
43
+ if ct % 10 == 9:
44
  model_description_md += "\n"
45
  ct += 1
46
  return model_description_md