Browse Source

add swap face test

ming 3 years ago
parent
commit
37d9c7951e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      util/swap_face.py

+ 1 - 0
util/swap_face.py

@@ -1,6 +1,7 @@
 import os 
 import os 
 import time
 import time
 import requests
 import requests
+from PIL import Image
 class swap_face():
 class swap_face():
     def __init__(self, imgurl):
     def __init__(self, imgurl):
         self.imgurl = imgurl
         self.imgurl = imgurl