chore: audio page keepalive

This commit is contained in:
jialin
2024-12-31 11:04:30 +08:00
parent aed7267253
commit e4b1dfc77a
13 changed files with 65 additions and 22 deletions
+7 -3
View File
@@ -126,9 +126,13 @@ export default {
'playground.documents.verify.embedding': 'At least add two pieces of text.',
'playground.documents.verify.rerank': 'The documents cannot be empty.',
'playground.image.guidance.tip':
'The lower the value, the higher the diversity, and the lower the adherence to the prompt.',
'Guidance scale, affecting the quality and diversity of the image.',
'playground.image.cfg_scale.tip':
'The lower the value, the higher the diversity.',
"Classifier-free guidance scale, affecting the image's adherence to the prompt.",
'playground.image.strength.tip':
'The higher the value, the greater the modification to the original image.'
'The higher the value, the greater the modification to the original image.',
'playground.image.edit.tips': 'Click or drag image to this area to upload',
'playground.image.saveMask': 'Save Mask',
'playground.image.brushSize': 'Brush Size',
'playground.image.download': 'Download Image'
};