Spaces:
Runtime error
Runtime error
Commit
·
931ac30
1
Parent(s):
584510b
ready1234
Browse files- tasks/text.py +1 -1
tasks/text.py
CHANGED
@@ -18,7 +18,7 @@ FILENAME = "tfidf_rf.skops"
|
|
18 |
#add model directory to python path to be able to load tools.py
|
19 |
import sys
|
20 |
import os
|
21 |
-
sys.path.append(os.path.abspath('model'))
|
22 |
|
23 |
|
24 |
print("### App Dir")
|
|
|
18 |
#add model directory to python path to be able to load tools.py
|
19 |
import sys
|
20 |
import os
|
21 |
+
sys.path.append(os.path.abspath('tasks/model'))
|
22 |
|
23 |
|
24 |
print("### App Dir")
|