mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
This commit adds a warning to the command-line interface to inform users that the 'turbo' model is not suitable for translation tasks. When a user specifies '--task translate' with the 'turbo' model, a warning will be displayed, recommending the use of a multilingual model instead.
3 lines
130 B
Python
3 lines
130 B
Python
from .basic import BasicTextNormalizer as BasicTextNormalizer
|
|
from .english import EnglishTextNormalizer as EnglishTextNormalizer
|