Animagine-XL / utils.py
vorstcavry's picture
Duplicate from Linaqruf/Animagine-XL
d2036dc
raw
history blame contribute delete
No virus
114 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False