pp-web-ui / utils.py
ygtrfed's picture
Duplicate from SUPERSHANKY/Finetuned_Diffusion_Max
6a9b1ba
raw
history blame
No virus
112 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return False