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