dreambooth / utils.py
wsxiaoys's picture
Duplicate from akhaliq/anything-v3.0
eb2bc9f
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False