This commit is contained in:
vnyash
2024-06-13 07:56:13 +05:30
commit 47d3520c19
184 changed files with 10075 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
METADATA =\
{
'name': 'FaceFusion',
'description': 'Next generation face swapper and enhancer',
'version': '2.6.0',
'license': 'MIT',
'author': 'Henry Ruhs',
'url': 'https://deepfuze.io'
}
def get(key : str) -> str:
return METADATA[key]