mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
automatized arguments with pickle
This commit is contained in:
parent
05ebcfdef2
commit
21024c64ad
2 changed files with 5 additions and 3 deletions
|
@ -224,7 +224,7 @@ class InteractBase(object):
|
|||
#f = open("/home/deepfake/interact.txt", "a")
|
||||
#f.write(s + def_ans + "\n")
|
||||
#f.close()
|
||||
print("La stringa è: ", s)
|
||||
print("La stringa è: |", s.strip(), "|")
|
||||
if "WARNING " in s:
|
||||
return "\n"
|
||||
|
||||
|
@ -371,6 +371,7 @@ class InteractBase(object):
|
|||
s += " : "
|
||||
|
||||
|
||||
print("Stringa costruita: |", s, "|")
|
||||
while True:
|
||||
try:
|
||||
inp = self.input(s, default_value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue