sd-to-diffusers / utils.py
anzorq's picture
Create utils.py
0a3abb9
def is_google_colab():
try:
import google.colab
return True
except:
return False