Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
musclesandbulk
/
Protogen-Web-UI
like
0
License:
mit
Model card
Files
Files and versions
Community
74b1538
Protogen-Web-UI
/
utils.py
musclesandbulk
Upload 7 files
74b1538
almost 2 years ago
raw
Copy download link
history
blame
112 Bytes
def
is_google_colab
():
try
:
import
google.colab
return
True
except
:
return
False