Pixel_diffusion / utils.py
PublicPrompts's picture
Duplicate from TopdeckingLands/Diffusion_Space
83b1484
raw
history blame contribute delete
No virus
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False