Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sled-umich
/
InfEdit
like
92
Runtime error
App
Files
Files
Community
3
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