Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SUPERSHANKY/Finetuned_Diffusion_Max
ygtrfed
/
pp-web-ui
like
1
Build error
App
Files
Files
Fetching metadata from the HF Docker repository...
10ce3ef
pp-web-ui
/
utils.py
ygtrfed
Duplicate from SUPERSHANKY/Finetuned_Diffusion_Max
6a9b1ba
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