Nyari's picture
Duplicate from yangheng/Super-Resolution-Anime-Diffusion
f6796a6
raw
history blame contribute delete
114 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False