Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
xin/PatentSolver
RedBaron5
/
PatentSolver
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c13b805
PatentSolver
/
root_folder.py
RedBaron5
Duplicate from xin/PatentSolver
c13b805
over 2 years ago
raw
Copy download link
history
blame
Safe
109 Bytes
import
os
import
re
ROOT = os.path.dirname(os.path.realpath(__file__))
ROOT = re.sub(
r'\\'
,
'/'
, ROOT)