Diffusion_Space / utils.py
IgorSense's picture
Duplicate from nitrosocke/Diffusion_Space
2f74ba6
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False