protogen-web-ui / utils.py.old
darkstorm2150's picture
Rename utils.py to utils.py.old
ded6af7
raw history blame
No virus
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False