Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ APP_NAME = "arabic-tts-arena"
|
|
| 13 |
LEADERBOARD_FILE = Path(__file__).parent / "leaderboard.json"
|
| 14 |
|
| 15 |
MAX_SYNTHESIS_RETRIES = 2 # per-model retry cap before giving up
|
| 16 |
-
MIN_BATTLES =
|
| 17 |
|
| 18 |
_AVAILABLE_MODELS_CACHE: dict[str, dict[str, str]] | None = None
|
| 19 |
|
|
|
|
| 13 |
LEADERBOARD_FILE = Path(__file__).parent / "leaderboard.json"
|
| 14 |
|
| 15 |
MAX_SYNTHESIS_RETRIES = 2 # per-model retry cap before giving up
|
| 16 |
+
MIN_BATTLES = 45 # minimum battles for a model to appear on the leaderboard (to avoid unjust rankings for new models with few votes)
|
| 17 |
|
| 18 |
_AVAILABLE_MODELS_CACHE: dict[str, dict[str, str]] | None = None
|
| 19 |
|