Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sled-umich/InfEdit
Nymbo
/
InfEdit
like
0
Paused
App
Files
Files
Community
0da639c
InfEdit
/
utils.py
6kplus
Upload 30 files
948429b
11 months ago
raw
Copy download link
history
blame
Safe
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False