diff --git a/style_bert_vits2/utils/stdout_wrapper.py b/style_bert_vits2/utils/stdout_wrapper.py index 95659dc..174d1fd 100644 --- a/style_bert_vits2/utils/stdout_wrapper.py +++ b/style_bert_vits2/utils/stdout_wrapper.py @@ -35,7 +35,7 @@ class StdoutWrapper(TextIO): try: - # import google.colab # type: ignore + import google.colab # type: ignore SAFE_STDOUT = StdoutWrapper() except ImportError: