John6666's picture
Super-squash branch 'main' using huggingface_hub
f4242db verified
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False