mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 21:12:07 -07:00
added sumbmodules
This commit is contained in:
parent
6ff5d36250
commit
b7c5e649e3
2 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,9 @@ class InteractBase(object):
|
|||
raise NotImplemented
|
||||
|
||||
def log_info(self, msg, end='\n'):
|
||||
ans = self.get_default_answer(msg)
|
||||
if ans is not None:
|
||||
return ans
|
||||
if self.pg_bar is not None:
|
||||
print ("\n")
|
||||
print (msg, end=end)
|
||||
|
|
|
@ -3,6 +3,7 @@ import os
|
|||
|
||||
dictionary = {
|
||||
'4' : '\n',
|
||||
'Choose one of saved models, or enter a name to create a new model.' : '\n',
|
||||
'Output image format':'png',
|
||||
'NonInteractiveMode':'True',
|
||||
'Which GPU indexes to choose?': '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue