mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -07:00
fix Win10 input dialog
This commit is contained in:
parent
dbb0988927
commit
2fe86faf01
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ class InteractBase(object):
|
||||||
p.start()
|
p.start()
|
||||||
time.sleep(0.5)
|
time.sleep(0.5)
|
||||||
p.terminate()
|
p.terminate()
|
||||||
|
p.join()
|
||||||
sys.stdin = os.fdopen( sys.stdin.fileno() )
|
sys.stdin = os.fdopen( sys.stdin.fileno() )
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue