Joeythemonster's picture
Duplicate from anzorq/finetuned_diffusion
7d758b2
def is_google_colab():
try:
import google.colab
return True
except:
return False