Files
whisper-webui/modules/utils/constants.py
2024-10-30 15:19:47 +09:00

7 lines
174 B
Python

from gradio_i18n import Translate, gettext as _
AUTOMATIC_DETECTION = _("Automatic Detection")
GRADIO_NONE_STR = ""
GRADIO_NONE_NUMBER_MAX = 9999
GRADIO_NONE_NUMBER_MIN = 0