Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anything-v3.0
like
154
Runtime error
App
Files
Files
Community
38
refs/pr/21
anything-v3.0
/
utils.py
akhaliq
HF staff
Create utils.py
8f2f72c
almost 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