Protogen-Web-UI / utils.py
musclesandbulk's picture
Upload 7 files
74b1538
def is_google_colab():
try:
import google.colab
return True
except:
return False