anzorq's picture
Update utils.py
cafd277
raw
history blame
No virus
144 Bytes
def is_google_colab():
# try:
# import google.colab
# return True
# except:
# return False
return True