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
39aa9f91ba
commit
31811f46f5
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ class InteractBase(object):
|
|||
#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