openfree commited on
Commit
08dd65c
·
verified ·
1 Parent(s): 68f1181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,7 +303,7 @@ def get_models_data(progress=gr.Progress()):
303
  progress(0, desc="Fetching models data...")
304
  params = {
305
  'full': 'true',
306
- 'limit': 1000,
307
  'sort': 'downloads',
308
  'direction': -1
309
  }
 
303
  progress(0, desc="Fetching models data...")
304
  params = {
305
  'full': 'true',
306
+ 'limit': 10000,
307
  'sort': 'downloads',
308
  'direction': -1
309
  }