Diffusion_Space / utils.py
IgorSense's picture
Duplicate from nitrosocke/Diffusion_Space
2f74ba6
def is_google_colab():
try:
import google.colab
return True
except:
return False