Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -306,7 +306,7 @@ def get_models_data(progress=gr.Progress()):
|
|
306 |
params = {
|
307 |
'full': 'true',
|
308 |
'limit': 3000, # 3000개로 증가
|
309 |
-
'sort': '
|
310 |
'direction': -1
|
311 |
}
|
312 |
|
|
|
306 |
params = {
|
307 |
'full': 'true',
|
308 |
'limit': 3000, # 3000개로 증가
|
309 |
+
'sort': 'trending',
|
310 |
'direction': -1
|
311 |
}
|
312 |
|