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
File size: 112 Bytes
948429b
1
2
3
4
5
6
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False