fix Whisper model typo (#519)
Mustafa Mohsen committed
Jun 24, 2025 at 22:47 UTC
6048ca1029e72ecd1634d9b5f728e84451d4eb7b
1 file changed
+1
-1
python/helpers/settings.py
+1
-1
@@ -630,7 +630,7 @@ def convert_out(settings: Settings) -> SettingsOutput:
630
{"value": "base", "label": "Base (74M, English)"},
631
{"value": "small", "label": "Small (244M, English)"},
632
{"value": "medium", "label": "Medium (769M, English)"},
633
- {"value": "large", "label": "Large (1.5B, Multilingual)"},
633
+ {"value": "large", "label": "Large (1.5G, Multilingual)"},
634
{"value": "turbo", "label": "Turbo (Multilingual)"},
635
],
636
}