anything-v3.0 / utils.py
akhaliq's picture
akhaliq HF staff
Create utils.py
8f2f72c
def is_google_colab():
try:
import google.colab
return True
except:
return False