openjourney / utils.py
akhaliq's picture
akhaliq HF staff
Create utils.py
ffd7740
def is_google_colab():
try:
import google.colab
return True
except:
return False