Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
anzorq
/
finetuned_diffusion
like
1.07k
Runtime error
App
Files
Files
Community
106
c5e1d5d
finetuned_diffusion
/
utils.py
anzorq
Update utils.py
6fef67a
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