Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anything-v3.0
like
154
Runtime error
App
Files
Files
Community
38
akhaliq
HF staff
commited on
Nov 22, 2022
Commit
8f2f72c
•
1 Parent(s):
01a9f56
Create utils.py
Browse files
Files changed (1)
hide
show
utils.py
+6
-0
utils.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
def is_google_colab():
2
+
try:
3
+
import google.colab
4
+
return True
5
+
except:
6
+
return False