Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Linaqruf/animagine-xl
Bootloader
/
imi-xl
like
0
Runtime error
App
Files
Files
Community
8c37893
imi-xl
/
utils.py
Linaqruf
update demo
158fb03
about 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