chore: upload a ref audio
This commit is contained in:
@@ -165,7 +165,9 @@ export default {
|
||||
'playground.params.duration': 'Duration (seconds)',
|
||||
'playground.params.resolution': 'Resolution',
|
||||
'playground.params.taskType': 'Task Type',
|
||||
'playground.params.voiceStyle': 'Voice Style',
|
||||
'playground.params.maxTokens': 'Maximum Generate Length',
|
||||
'playground.params.refAudio': 'Reference Audio URL'
|
||||
'playground.params.voiceStyle': 'Instructions',
|
||||
'playground.params.maxTokens': 'Max New Tokens',
|
||||
'playground.params.refAudio': 'Reference Audio',
|
||||
'playground.params.refAudio.tips':
|
||||
'Enter a reference audio URL, or upload an audio file.'
|
||||
};
|
||||
|
||||
@@ -168,9 +168,11 @@ export default {
|
||||
'playground.params.duration': 'Duration (seconds)',
|
||||
'playground.params.resolution': 'Resolution',
|
||||
'playground.params.taskType': 'Task Type',
|
||||
'playground.params.voiceStyle': 'Voice Style',
|
||||
'playground.params.maxTokens': 'Maximum Generate Length',
|
||||
'playground.params.refAudio': 'Reference Audio URL'
|
||||
'playground.params.voiceStyle': 'Instructions',
|
||||
'playground.params.maxTokens': 'Max New Tokens',
|
||||
'playground.params.refAudio': 'Reference Audio',
|
||||
'playground.params.refAudio.tips':
|
||||
'Enter a reference audio URL, or upload an audio file.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -162,9 +162,11 @@ export default {
|
||||
'playground.params.duration': 'Duration (seconds)',
|
||||
'playground.params.resolution': 'Resolution',
|
||||
'playground.params.taskType': 'Task Type',
|
||||
'playground.params.voiceStyle': 'Voice Style',
|
||||
'playground.params.maxTokens': 'Maximum Generate Length',
|
||||
'playground.params.refAudio': 'Reference Audio URL'
|
||||
'playground.params.voiceStyle': 'Instructions',
|
||||
'playground.params.maxTokens': 'Max New Tokens',
|
||||
'playground.params.refAudio': 'Reference Audio',
|
||||
'playground.params.refAudio.tips':
|
||||
'Enter a reference audio URL, or upload an audio file.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
@@ -158,7 +158,9 @@ export default {
|
||||
'playground.params.duration': '时长 (秒)',
|
||||
'playground.params.resolution': '分辨率',
|
||||
'playground.params.taskType': '任务类型',
|
||||
'playground.params.voiceStyle': '语音风格',
|
||||
'playground.params.maxTokens': '最大生成长度',
|
||||
'playground.params.refAudio': '参考音频 URL'
|
||||
'playground.params.voiceStyle': '情感',
|
||||
'playground.params.maxTokens': '最大生成 Token 数',
|
||||
'playground.params.refAudio': '参考音频',
|
||||
'playground.params.refAudio.tips':
|
||||
'输入一个参考音频的 URL,或上传一个音频文件。'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user