Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xin
/
PatentSolver
like
5
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bd1c8f2
PatentSolver
/
root_folder.py
xin
initial commit
22738ca
about 3 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)