Files
facefusion/facefusion/metadata.py
T
Henry Ruhs 32cbf0ca5b Update help message for arguments, Notation based wording approach (#347)
* Update help message for arguments, Notation based wording approach

* Fix installer
2024-01-28 10:49:44 +01:00

14 lines
247 B
Python

METADATA =\
{
'name': 'FaceFusion',
'description': 'Next generation face swapper and enhancer',
'version': 'NEXT',
'license': 'MIT',
'author': 'Henry Ruhs',
'url': 'https://facefusion.io'
}
def get(key : str) -> str:
return METADATA[key]