boosting gdown dependency

This commit is contained in:
serengil 2020-12-26 21:38:23 +03:00
parent f22372ce48
commit 27843d69b4
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
from keras.preprocessing import image
import warnings
warnings.filterwarnings("ignore")
import time

View File

@ -4,6 +4,7 @@ import os
from os import path
from pathlib import Path
import numpy as np
import gdown
from deepface.commons import functions, distance as dst
def loadModel():