mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 05:22:06 -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
|
@ -390,7 +390,10 @@ class InteractBase(object):
|
|||
except:
|
||||
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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue