YeOldHermit's picture
Duplicate from yangheng/Super-Resolution-Anime-Diffusion
9da7c8d
raw history blame
No virus
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False