imseldrith commited on
Commit
3f9bdc4
1 Parent(s): 3ea8df9

Update DeepFakeAI/metadata.py

Browse files
Files changed (1) hide show
  1. DeepFakeAI/metadata.py +3 -3
DeepFakeAI/metadata.py CHANGED
@@ -1,11 +1,11 @@
1
  METADATA =\
2
  {
3
- 'name': 'FaceFusion',
4
  'description': 'Next generation face swapper and enhancer',
5
  'version': '1.0.0',
6
  'license': 'MIT',
7
- 'author': 'Henry Ruhs',
8
- 'url': 'https://DeepFakeAI.io'
9
  }
10
 
11
 
 
1
  METADATA =\
2
  {
3
+ 'name': 'DeepFakeAI',
4
  'description': 'Next generation face swapper and enhancer',
5
  'version': '1.0.0',
6
  'license': 'MIT',
7
+ 'author': 'Ashiq Hussain Mir',
8
+ 'url': 'https://codegenius.me'
9
  }
10
 
11