Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tgey
/
secmi
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
secmi
/
const.py
tgey
APP test
2145052
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
173 Bytes
import
os
root_path = os.path.abspath(os.path.dirname(__file__))
while
not
os.path.isfile(os.path.join(root_path,
'.gitignore'
)):
root_path = os.path.dirname(root_path)