Search found 1 match

by derbrachialist
Thu Oct 31, 2019 1:48 pm
Forum: Installation Support
Topic: [OUTDATED] Manjaro Installation Video Tutorial
Replies: 3
Views: 24781

[OUTDATED] Manjaro Installation Video Tutorial

[mod]
Adding the bash script from the video for launching faceswap from the desktop here:

Code: Select all

#!/bin/bash
source ~/miniconda3/etc/profile.d/conda.sh
conda activate faceswap
cd ~/faceswap
python faceswap.py gui

[/mod]