idlebg's picture
Duplicate from diffusers/sdxl-to-diffusers
5440daa
raw
history blame contribute delete
No virus
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False