Add missing Clipdrop outputs
Browse filesAdd missing Clipdrop outputs
Related to https://huggingface.co/datasets/bgsys/background-removal-arena-green/discussions/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()
|