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