ESRGAN-MANGA / util.py
0x90e's picture
Update util.py
8c2113d
raw
history blame contribute delete
109 Bytes
import os
def is_google_colab():
if os.getenv("COLAB_RELEASE_TAG"):
return True
return False