anzorq commited on
Commit
cafd277
1 Parent(s): 3d1d9a1

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +6 -5
utils.py CHANGED
@@ -1,6 +1,7 @@
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
7
+ return True