mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
fix
This commit is contained in:
parent
4fe45adc7c
commit
7b49220ee9
1 changed files with 4 additions and 1 deletions
|
@ -1141,7 +1141,10 @@ class LoaderQSubprocessor(QSubprocessor):
|
||||||
class MainWindow(QXMainWindow):
|
class MainWindow(QXMainWindow):
|
||||||
|
|
||||||
def __init__(self, input_dirpath, cfg_root_path):
|
def __init__(self, input_dirpath, cfg_root_path):
|
||||||
|
self.loading_frame = None
|
||||||
|
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
self.input_dirpath = input_dirpath
|
self.input_dirpath = input_dirpath
|
||||||
self.cfg_root_path = cfg_root_path
|
self.cfg_root_path = cfg_root_path
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue