Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
akhaliq
/
anything-v3.0
Like
152
Runtime error
App
Files
Files
Community
38
Fetching metadata from the HF Docker repository...
main
anything-v3.0
/
utils.py
akhaliq
HF Staff
Create utils.py
8f2f72c
almost 4 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False