mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
fix: missing import
This commit is contained in:
parent
6e62f48716
commit
2645b907ba
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ import traceback
|
|||
import queue
|
||||
import threading
|
||||
import time
|
||||
from enum import Enum
|
||||
|
||||
import numpy as np
|
||||
import itertools
|
||||
from pathlib import Path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue