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