mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
fix io not imported (#580)
This commit is contained in:
parent
17337ea8f8
commit
9b6bb4cd34
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
import cv2
|
import cv2
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
from core.interact import interact as io
|
||||||
import traceback
|
import traceback
|
||||||
|
|
||||||
#allows to open non-english characters path
|
#allows to open non-english characters path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue