Duplicated from SUPERSHANKY/Finetuned_Diffusion_Max
6a9b1ba 1fca637
1
2
3
4
5
6
def is_google_colab(): try: import google.colab return True except: return True