evt / utils.py
haor233
Duplicate from fkunn1326/AnimeStyle-DiffusionModels
ff15566
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False