Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
0x90e
/
ESRGAN-MANGA
like
12
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
b75b0aa
ESRGAN-MANGA
/
util.py
0x90e
Update util.py
8c2113d
about 2 years ago
raw
Copy download link
history
blame
Safe
109 Bytes
import
os
def
is_google_colab
():
if
os.getenv(
"COLAB_RELEASE_TAG"
):
return
True
return
False