DemiPoto commited on
Commit
3716bc3
·
verified ·
1 Parent(s): deb65aa

Update all_models2.py

Browse files
Files changed (1) hide show
  1. all_models2.py +1 -1
all_models2.py CHANGED
@@ -21,7 +21,7 @@ def find_model_list(author: str="", tags: list[str]=[], not_tag="", sort: str="l
21
  print(f"Error: Failed to list models.")
22
  print(e)
23
  return models
24
- print(model_infos[0].__info__)
25
  for model in model_infos:
26
 
27
  if not model.private and not model.gated:
 
21
  print(f"Error: Failed to list models.")
22
  print(e)
23
  return models
24
+ print(model_infos[0].DatasetInfo)
25
  for model in model_infos:
26
 
27
  if not model.private and not model.gated: