mirror of
https://github.com/facefusion/facefusion.git
synced 2026-08-05 16:48:36 +02:00
19 lines
318 B
Python
19 lines
318 B
Python
from facefusion.types import Locales
|
|
|
|
LOCALES : Locales =\
|
|
{
|
|
'en':
|
|
{
|
|
'help':
|
|
{
|
|
'model': 'choose the model responsible for swapping the face',
|
|
'morph': 'morph between source face and target faces'
|
|
},
|
|
'uis':
|
|
{
|
|
'model_dropdown': 'DEEP SWAPPER MODEL',
|
|
'morph_slider': 'DEEP SWAPPER MORPH'
|
|
}
|
|
}
|
|
}
|