mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 04:52:13 -07:00
1
This commit is contained in:
parent
beed145d29
commit
0c93b89e87
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ class Subprocessor(object):
|
|||
def progress_bar_inc(self, c): self.c2s.put ( {'op': 'progress_bar_inc' , 'c':c } )
|
||||
|
||||
def _subprocess_run(self, client_dict, s2c, c2s):
|
||||
self.s2c = s2c
|
||||
self.c2s = c2s
|
||||
data = None
|
||||
try:
|
||||
self.on_initialize(client_dict)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue