WaifuCreatorAi / utils.py
xcocogoatx's picture
Duplicate from alexgordon/anything-v3.0
cf2d102
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False