Evel_Space / utils.py
akhaliq's picture
akhaliq HF staff
Duplicate from Evel/Evel_Space
3a4f539
def is_google_colab():
try:
import google.colab
return True
except:
return False