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
25a3780618
commit
a23a778507
2 changed files with 1 additions and 4 deletions
|
@ -221,12 +221,9 @@ class InteractBase(object):
|
|||
return ar
|
||||
|
||||
def get_default_answer(self, answer_key):
|
||||
#Scrivere su file answer key
|
||||
#f = open("/home/deepfake/interact.txt", "a")
|
||||
#f.write(answer_key + "\n")
|
||||
#f.close()
|
||||
cmd = 'pwd'
|
||||
os.system(cmd)
|
||||
if answer_key in self.default_answers:
|
||||
return self.default_answers[answer_key]
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue