baubin commited on
Commit
9cec94c
1 Parent(s): c134030

Add missing Clipdrop outputs

Browse files

Add missing Clipdrop outputs
Related to https://huggingface.co/datasets/bgsys/background-removal-arena-green/discussions/1

Files changed (1) hide show
  1. db.py +1 -1
db.py CHANGED
@@ -89,7 +89,7 @@ def get_all_votes():
89
 
90
  # Function to compute Elo scores
91
  def compute_elo_scores():
92
- valid_models = ["Photoroom", "RemoveBG", "BRIA RMBG 2.0"]
93
 
94
  with SessionLocal() as db:
95
  votes = db.query(Vote).all()
 
89
 
90
  # Function to compute Elo scores
91
  def compute_elo_scores():
92
+ valid_models = ["Photoroom", "RemoveBG", "BRIA RMBG 2.0", "Clipdrop"]
93
 
94
  with SessionLocal() as db:
95
  votes = db.query(Vote).all()