Evel_Space / utils.py
Evel's picture
Duplicate from anzorq/finetuned_diffusion
5505b43
raw
history blame
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False