MrDrmm commited on
Commit
e564877
·
verified ·
1 Parent(s): 10e6f83

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +2 -2
model.py CHANGED
@@ -36,5 +36,5 @@ models = find_model_list("digiplay", [], "", "last_modified", 100)
36
  models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
37
  models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
38
  models = find_model_list("John6666", [], "anime", "last_modified", 20) # John6666's latest 20 models without 'anime' tag
39
- models = find_model_list("", [], "", "last_modified", 20) # latest 20 text-to-image models of huggingface
40
- models = find_model_list("", [], "", "downloads", 20) # monthly most downloaded 20 text-to-image models of huggingface
 
36
  models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
37
  models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
38
  models = find_model_list("John6666", [], "anime", "last_modified", 20) # John6666's latest 20 models without 'anime' tag
39
+ models = find_model_list("", [], "", "last_modified", 100) # latest 20 text-to-image models of huggingface
40
+ models = find_model_list("", [], "", "downloads", 100) # monthly most downloaded 20 text-to-image models of huggingface