Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
akhaliq/anything-v3.0
wsxiaoys
/
dreambooth
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6037207
dreambooth
/
utils.py
wsxiaoys
Duplicate from akhaliq/anything-v3.0
eb2bc9f
about 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