Pendrokar commited on
Commit
724a7f1
·
1 Parent(s): bbc1343

ProPlus topfive

Browse files
Files changed (1) hide show
  1. 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 = ['ByteDance/MegaTTS3']
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'