Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
SUPERSHANKY/Finetuned_Diffusion_Max
ygtrfed
/
pp-web-ui
like
1
Build error
App
Files
Files
main
pp-web-ui
/
utils.py
ygtrfed
hard force colab since we only work in colab
1fca637
over 1 year ago
raw
Copy download link
history
blame
Safe
111 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
True