| from facefusion.types import Locales | |
| LOCALES : Locales =\ | |
| { | |
| 'en': | |
| { | |
| 'help': | |
| { | |
| 'model': 'choose the model responsible for restoring the expression', | |
| 'factor': 'restore factor of expression from the target face', | |
| 'areas': 'choose the items used for the expression areas (choices: {choices})' | |
| }, | |
| 'uis': | |
| { | |
| 'model_dropdown': 'EXPRESSION RESTORER MODEL', | |
| 'factor_slider': 'EXPRESSION RESTORER FACTOR', | |
| 'areas_checkbox_group': 'EXPRESSION RESTORER AREAS' | |
| } | |
| } | |
| } | |