Looks stable to me
This commit is contained in:
parent
20138d0957
commit
4ffae94bac
@ -60,7 +60,7 @@ python run.py [options]
|
|||||||
-v, --version show program's version number and exit
|
-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
|
Disclaimer
|
||||||
|
@ -1,13 +1,8 @@
|
|||||||
name = 'FaceFusion'
|
|
||||||
version = '1.0.0-beta'
|
|
||||||
website = 'https://facefusion.io'
|
|
||||||
|
|
||||||
|
|
||||||
METADATA =\
|
METADATA =\
|
||||||
{
|
{
|
||||||
'name': 'FaceFusion',
|
'name': 'FaceFusion',
|
||||||
'description': 'Next generation face swapper and enhancer',
|
'description': 'Next generation face swapper and enhancer',
|
||||||
'version': '1.0.0-beta',
|
'version': '1.0.0',
|
||||||
'license': 'MIT',
|
'license': 'MIT',
|
||||||
'author': 'Henry Ruhs',
|
'author': 'Henry Ruhs',
|
||||||
'url': 'https://facefusion.io'
|
'url': 'https://facefusion.io'
|
||||||
|
Loading…
Reference in New Issue
Block a user