mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -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
|
raise NotImplemented
|
||||||
|
|
||||||
def log_info(self, msg, end='\n'):
|
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:
|
if self.pg_bar is not None:
|
||||||
print ("\n")
|
print ("\n")
|
||||||
print (msg, end=end)
|
print (msg, end=end)
|
||||||
|
|
|
@ -3,6 +3,7 @@ import os
|
||||||
|
|
||||||
dictionary = {
|
dictionary = {
|
||||||
'4' : '\n',
|
'4' : '\n',
|
||||||
|
'Choose one of saved models, or enter a name to create a new model.' : '\n',
|
||||||
'Output image format':'png',
|
'Output image format':'png',
|
||||||
'NonInteractiveMode':'True',
|
'NonInteractiveMode':'True',
|
||||||
'Which GPU indexes to choose?': '0',
|
'Which GPU indexes to choose?': '0',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue