Spaces:
Runtime error
Runtime error
Commit
·
fd8a85a
1
Parent(s):
d1f51e5
ready
Browse files- tasks/text.py +7 -0
tasks/text.py
CHANGED
@@ -20,6 +20,13 @@ import sys
|
|
20 |
import os
|
21 |
sys.path.append(os.path.abspath('model'))
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
import random
|
24 |
|
25 |
from .utils.evaluation import TextEvaluationRequest
|
|
|
20 |
import os
|
21 |
sys.path.append(os.path.abspath('model'))
|
22 |
|
23 |
+
|
24 |
+
print("### App Dir")
|
25 |
+
print(os.listdir("../"))
|
26 |
+
print()
|
27 |
+
print("### Task Dir")
|
28 |
+
print(os.listdir("./"))
|
29 |
+
|
30 |
import random
|
31 |
|
32 |
from .utils.evaluation import TextEvaluationRequest
|