Whisper-WebUI / modules /utils /constants.py
jhj0517
Use constant for gradio none validation values
2a2f7c6
raw
history blame
174 Bytes
from gradio_i18n import Translate, gettext as _
AUTOMATIC_DETECTION = _("Automatic Detection")
GRADIO_NONE_STR = ""
GRADIO_NONE_NUMBER_MAX = 9999
GRADIO_NONE_NUMBER_MIN = 0