rahulnamdev commited on
Commit
653a2eb
·
verified ·
1 Parent(s): 9e97df9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ import os
11
  # Access HF Hub
12
  from huggingface_hub import list_models
13
 
14
- for model in list_models(limit=10, sort="downloads", direction=-1, filter="object-detection"):
15
  print(model.id, model.downloads)
16
 
 
11
  # Access HF Hub
12
  from huggingface_hub import list_models
13
 
14
+ for model in list_models(limit=10, sort="downloads", direction=-1):
15
  print(model.id, model.downloads)
16