flatindo's picture
Duplicate from huggingface-projects/stable-diffusion-latent-upscaler
5e1017c
raw
history blame contribute delete
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False