Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zyrenth
/
Anime-Diffusion
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e50925f
Anime-Diffusion
/
utils.py
Zyrenth
upload files
4f1e28b
over 1 year ago
raw
Copy download link
history
blame
Safe
114 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False