mirror of
https://github.com/s0md3v/roop.git
synced 2025-09-26 20:31:16 +08:00
Next (#814)
* Update README to new documentation style * Update README.md * Update README.md * Rename requirements-ci.txt to requirements-headless.txt * Update README.md * Update README.md * Update README.md
This commit is contained in:
BIN
.github/output-1080p.gif
vendored
Normal file
BIN
.github/output-1080p.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 MiB |
BIN
.github/target-1080p.gif
vendored
Normal file
BIN
.github/target-1080p.gif
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- run: pip install -r requirements-ci.txt
|
||||
- run: pip install -r requirements-headless.txt
|
||||
- run: python run.py -s .github/examples/source.jpg -t .github/examples/target.mp4 -o .github/examples/output.mp4
|
||||
if: matrix.os != 'windows-latest'
|
||||
- run: python run.py -s .github\examples\source.jpg -t .github\examples\target.mp4 -o .github\examples\output.mp4
|
||||
|
Reference in New Issue
Block a user