Duplicated from yangheng/Super-Resolution-Anime-Diffusion
9da7c8d
1
2
3
4
5
6
def is_google_colab(): try: import google.colab return True except: return False