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
|
return ar
|
||||||
|
|
||||||
def get_default_answer(self, answer_key):
|
def get_default_answer(self, answer_key):
|
||||||
#Scrivere su file answer key
|
|
||||||
#f = open("/home/deepfake/interact.txt", "a")
|
#f = open("/home/deepfake/interact.txt", "a")
|
||||||
#f.write(answer_key + "\n")
|
#f.write(answer_key + "\n")
|
||||||
#f.close()
|
#f.close()
|
||||||
cmd = 'pwd'
|
|
||||||
os.system(cmd)
|
|
||||||
if answer_key in self.default_answers:
|
if answer_key in self.default_answers:
|
||||||
return self.default_answers[answer_key]
|
return self.default_answers[answer_key]
|
||||||
return None
|
return None
|
||||||
|
|
|
@ -3,7 +3,7 @@ import os
|
||||||
|
|
||||||
dictionary = {
|
dictionary = {
|
||||||
'4' : '\n',
|
'4' : '\n',
|
||||||
'5' : '0',
|
'5' : 'ciao',
|
||||||
'Output image format':'png',
|
'Output image format':'png',
|
||||||
'NoInteractiveMode':'True',
|
'NoInteractiveMode':'True',
|
||||||
'Which GPU indexes to choose?': '0',
|
'Which GPU indexes to choose?': '0',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue