Harshveer's picture
Duplicate from ivanmeyer/Finetuned_Diffusion_Max
a88778f
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False