Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sled-umich
/
InfEdit
like
91
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
main
InfEdit
/
utils.py
6kplus
Upload 30 files
948429b
about 1 year 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