Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ChenWu98
/
Stable-CycleDiffusion
like
35
Runtime error
App
Files
Files
Community
4
3e4185b
Stable-CycleDiffusion
/
utils.py
ChenWu98
Copy template
49c69e8
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