Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
anzorq
/
sd-to-diffusers
like
43
Build error
App
Files
Files
Community
4
e4f8e49
sd-to-diffusers
/
utils.py
anzorq
Create utils.py
0a3abb9
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