pp-web-ui / utils.py
ygtrfed's picture
hard force colab since we only work in colab
1fca637
raw
history blame
No virus
111 Bytes
def is_google_colab():
try:
import google.colab
return True
except:
return True