Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IgorSense
/
Diffusion_Space
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Diffusion_Space
File size: 112 Bytes
2f74ba6
1
2
3
4
5
6
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False