myDeepFakeAI / facefusion /metadata.py
imseldrith's picture
Upload folder using huggingface_hub (#2)
51a2766
raw history blame
No virus
248 Bytes
METADATA =\
{
'name': 'FaceFusion',
'description': 'Next generation face swapper and enhancer',
'version': '2.1.3',
'license': 'MIT',
'author': 'Henry Ruhs',
'url': 'https://facefusion.io'
}
def get(key : str) -> str:
return METADATA[key]