chore: audio model deploy
This commit is contained in:
@@ -82,5 +82,13 @@ export default {
|
||||
'playground.audio.speechtotext.tips':
|
||||
'Upload an audio file or start recording',
|
||||
'playground.audio.enablemic':
|
||||
"Enable microphone access in your browser's settings."
|
||||
"Enable microphone access in your browser's settings.",
|
||||
'playground.audio.startrecord': 'Start Recording',
|
||||
'playground.audio.stoprecord': 'Stop Recording',
|
||||
'playground.audio.generating.tips': 'Generated text will appear here.',
|
||||
'playground.audio.uploadfile.tips':
|
||||
'Please upload an audio file, supported formats: {formats}',
|
||||
'playground.input.multiplePaste': 'Multi-line paste',
|
||||
'playground.multiple.on': 'Enable',
|
||||
'playground.multiple.off': 'Disable'
|
||||
};
|
||||
|
||||
@@ -80,5 +80,13 @@ export default {
|
||||
'playground.audio.speechtotext': '语音转文本',
|
||||
'playground.audio.texttospeech.tips': '生成的语音将出现在这里',
|
||||
'playground.audio.speechtotext.tips': '上传音频文件或开始录音',
|
||||
'playground.audio.enablemic': '请允许浏览器访问麦克风,以便开始录音'
|
||||
'playground.audio.enablemic': '请允许浏览器访问麦克风,以便开始录音',
|
||||
'playground.audio.startrecord': '开始录音',
|
||||
'playground.audio.stoprecord': '停止录音',
|
||||
'playground.audio.generating.tips': '生成的文本将出现在这里',
|
||||
'playground.audio.uploadfile.tips': '请上传音频文件,支持格式:{formats}',
|
||||
'playground.audio.button.generate': '生成文本',
|
||||
'playground.input.multiplePaste': '多行粘贴',
|
||||
'playground.multiple.on': '开启',
|
||||
'playground.multiple.off': '关闭'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user