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