Spaces:
Running
Running
ProPlus topfive
Browse files- app/models.py +1 -1
app/models.py
CHANGED
@@ -1085,7 +1085,7 @@ closed_source = [
|
|
1085 |
]
|
1086 |
|
1087 |
# top five models in order to always have one of them picked and scrutinized
|
1088 |
-
top_five = ['
|
1089 |
|
1090 |
# prioritize low vote models
|
1091 |
sql = 'SELECT name FROM model WHERE (upvote + downvote) < 750 ORDER BY (upvote + downvote) ASC'
|
|
|
1085 |
]
|
1086 |
|
1087 |
# top five models in order to always have one of them picked and scrutinized
|
1088 |
+
top_five = ['lj1995/GPT-SoVITS-ProPlus']
|
1089 |
|
1090 |
# prioritize low vote models
|
1091 |
sql = 'SELECT name FROM model WHERE (upvote + downvote) < 750 ORDER BY (upvote + downvote) ASC'
|