Commit 793d305
chore(notebook): revert Expert Colab segmenter default to silero-v3.1
Keeps the scene detector at semantic (unchanged from 10f5b13), but
moves the speech segmenter default back from "ten" to "silero-v3.1"
to match the rest of the codebase:
- GUI ensemble tab (index.html L451 / L605) has silero-v3.1 selected
- CLI argparse defaults across standard and ensemble flags remain
unset (None) which resolves to silero-v3.1 via resolver_v3
User requested this alignment just before the v1.8.11 release so the
notebook matches what everyone else sees.
Also updates the Colab Form dropdown choices from ["silero"] (which
resolves to v4.0 per silero backend default) to ["silero-v3.1"] so
the picker value is explicit and unambiguous.
Note: replacing generic "silero" with "silero-v3.1" in the dropdown is
intentional. The bare "silero" factory entry maps to version="v4.0"
in SileroSpeechSegmenter.__init__ (backends/silero.py:102), so a
notebook user picking "silero" would have gotten v4.0, not v3.1.
Explicit version pinning avoids that surprise.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e459468 commit 793d305
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments