Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Weyaxi
/
huggingface-spaces-codes
like
10
Modalities:
Text
Formats:
csv
Languages:
code
Size:
10K - 100K
Libraries:
Datasets
pandas
Croissant
+ 1
License:
other
Dataset card
Data Studio
Files
Files and versions
Community
main
huggingface-spaces-codes
/
spaces
/
0x90e
/
ESRGAN-MANGA
/
util.py
Weyaxi
Duplicate from Weyaxi/commit-trash-huggingface-spaces-codes
42472b3
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
109 Bytes
import
os
def
is_google_colab
():
if
os.getenv(
"COLAB_RELEASE_TAG"
):
return
True
return
False