anything-v3.0 / utils.py
daayros's picture
Duplicate from akhaliq/anything-v3.0
e794a82
def is_google_colab():
try:
import google.colab
return True
except:
return False