OSUM-EChat / patches /utils.py
xlgeng's picture
开始部署
841f290
raw
history blame contribute delete
59 Bytes
class InferTaskCode:
_ASR = 0
_TTS = 1
_S2S = 2