Skip to content

Commit d40d4db

Browse files
committed
Add link to blog post in module docstring
1 parent 813e43e commit d40d4db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

faceswap.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2121
# USE OR OTHER DEALINGS IN THE SOFTWARE.
2222

23+
"""
24+
This is the code behind the Switching Eds blog post:
25+
26+
http://matthewearl.github.io/2015/07/28/switching-eds-with-python/
27+
28+
See the above for an explanation of the code below.
29+
30+
"""
31+
2332
import cv2
2433
import dlib
2534
import numpy

0 commit comments

Comments
 (0)