akhaliq's picture
akhaliq HF staff
Create utils.py
77ee66c
def is_google_colab():
try:
import google.colab
return True
except:
return False