mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -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()
|
||||
time.sleep(0.5)
|
||||
p.terminate()
|
||||
p.join()
|
||||
sys.stdin = os.fdopen( sys.stdin.fileno() )
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue