BWJ2's picture
Duplicate from AdamOswald1/finetuned_diffusion
7fb664e
raw
history blame contribute delete
No virus
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False