Hugging Face
Models
Datasets
Spaces
Docs
Solutions
Pricing
Spaces:
Gauri54damle
/
sdxl-lora-multi-object
like
1
Running
App
Files
Files
Community
main
sdxl-lora-multi-object
/
utils.py
Gauri Kishor Damle
t
1fd4e85
30 days ago
raw
history
blame
contribute
delete
No virus
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False