Looks stable to me

This commit is contained in:
henryruhs 2023-08-22 17:34:40 +02:00
parent 20138d0957
commit 4ffae94bac
2 changed files with 2 additions and 7 deletions

View File

@ -60,7 +60,7 @@ python run.py [options]
-v, --version show program's version number and exit
```
Using the `-s/--source`, `-t/--target` and `-o/--output` argument will run the program in headless mode.
Using the `-s/--source`, `-t/--target` and `-o/--output` arguments will run the program in headless mode.
Disclaimer

View File

@ -1,13 +1,8 @@
name = 'FaceFusion'
version = '1.0.0-beta'
website = 'https://facefusion.io'
METADATA =\
{
'name': 'FaceFusion',
'description': 'Next generation face swapper and enhancer',
'version': '1.0.0-beta',
'version': '1.0.0',
'license': 'MIT',
'author': 'Henry Ruhs',
'url': 'https://facefusion.io'