furrydiffusion / utils.py
lunarfish's picture
Create utils.py
11e89c6
def is_google_colab():
try:
import google.colab
return True
except:
return False