mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
fix io.input_skip_pending for colab
This commit is contained in:
parent
591bba2c1e
commit
afcfa9c69e
1 changed files with 4 additions and 1 deletions
|
@ -391,6 +391,9 @@ class InteractBase(object):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def input_skip_pending(self):
|
def input_skip_pending(self):
|
||||||
|
if is_colab:
|
||||||
|
# currently it does not work on Colab
|
||||||
|
return
|
||||||
"""
|
"""
|
||||||
skips unnecessary inputs between the dialogs
|
skips unnecessary inputs between the dialogs
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue