mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-10 15:23:32 -07:00
added sumbmodules
This commit is contained in:
parent
e44cd4f26b
commit
5999e9f20c
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ class InteractBase(object):
|
|||
return None
|
||||
|
||||
def input(self, s, answer_key=None):
|
||||
print(s)
|
||||
ans = self.get_default_answer(answer_key)
|
||||
if ans is not None:
|
||||
return ans
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue