Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ from deepscreen.predict import predict
|
|
14 |
sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
|
15 |
import sascorer
|
16 |
|
17 |
-
pathlib.PosixPath = pathlib.WindowsPath
|
18 |
ROOT = Path.cwd()
|
19 |
|
20 |
# TODO refactor caching with LRU
|
|
|
14 |
sys.path.append(os.path.join(RDConfig.RDContribDir, 'SA_Score'))
|
15 |
import sascorer
|
16 |
|
|
|
17 |
ROOT = Path.cwd()
|
18 |
|
19 |
# TODO refactor caching with LRU
|