Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
openjourney
like
39
Runtime error
App
Files
Files
Community
7
refs/pr/3
openjourney
/
utils.py
akhaliq
HF staff
Create utils.py
ffd7740
almost 2 years ago
raw
Copy download link
history
blame
Safe
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False