diff --git a/SimSwap colab.ipynb b/SimSwap colab.ipynb index bf74b2e..279bb99 100644 --- a/SimSwap colab.ipynb +++ b/SimSwap colab.ipynb @@ -325,7 +325,6 @@ "source": [ "import cv2\n", "import torch\n", - "import fractions\n", "import numpy as np\n", "from PIL import Image\n", "import torch.nn.functional as F\n", @@ -333,8 +332,7 @@ "from models.models import create_model\n", "from options.test_options import TestOptions\n", "from insightface_func.face_detect_crop_multi import Face_detect_crop\n", - "from util.videoswap import video_swap\n", - "from util.add_watermark import watermark_image" + "from util.videoswap import video_swap" ], "execution_count": 7, "outputs": [