mirror of
https://github.com/facefusion/facefusion.git
synced 2026-07-29 21:38:51 +02:00
19 lines
342 B
Python
19 lines
342 B
Python
from facefusion.types import Locales
|
|
|
|
LOCALES : Locales =\
|
|
{
|
|
'en':
|
|
{
|
|
'help':
|
|
{
|
|
'model': 'choose the model responsible for aging the face',
|
|
'direction': 'specify the direction in which the age should be modified'
|
|
},
|
|
'uis':
|
|
{
|
|
'direction_slider': 'AGE MODIFIER DIRECTION',
|
|
'model_dropdown': 'AGE MODIFIER MODEL'
|
|
}
|
|
}
|
|
}
|