Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Linaqruf
/
animagine-xl
like
488
Paused
App
Files
Files
Community
14
158fb03
animagine-xl
/
utils.py
Linaqruf
update demo
158fb03
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