Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sled-umich
/
InfEdit
like
92
Runtime error
App
Files
Files
Community
3
main
InfEdit
/
utils.py
6kplus
Upload 30 files
948429b
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False