Spaces:
Running
on
Zero
Running
on
Zero
File size: 112 Bytes
ba05f1b |
1 2 3 4 5 6 |
def is_google_colab():
try:
import google.colab
return True
except:
return False |