DemiPoto commited on
Commit
3e40e5f
1 Parent(s): 1366623

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
- t1=true
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
+ t1=True
25
  for model in model_infos:
26
 
27
  if not model.private and not model.gated: