Fetching metadata from the HF Docker repository...
anzorq
commited on
|
@@ -1,6 +1,6 @@
|
1
|
def is_google_colab():
|
2
|
try:
|
3
|
-
import google.colab
|
4
|
-
return True
|
5
|
except:
|
6
|
-
return False
|
|
|
1
|
def is_google_colab():
|
2
|
try:
|
3
|
+
import google.colab
|
4
|
+
return True
|
5
|
except:
|
6
|
+
return False
|