Spaces:
Sleeping
Sleeping
fix config.json
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ if uploaded_file is not None:
|
|
29 |
"./uploads/",
|
30 |
output="./grobidoutputs/",
|
31 |
n=20)
|
32 |
-
|
33 |
-
output_file_path = os.path.join("grobidoutputs", uploaded_file.name + ".tei.xml")
|
34 |
|
35 |
monkeyReader = reader.MonkeyReader('x2d')
|
36 |
outline = monkeyReader.readOutline(output_file_path)
|
|
|
29 |
"./uploads/",
|
30 |
output="./grobidoutputs/",
|
31 |
n=20)
|
32 |
+
output_file_path = os.path.join("./grobidoutputs", uploaded_file.name + ".tei.xml")
|
|
|
33 |
|
34 |
monkeyReader = reader.MonkeyReader('x2d')
|
35 |
outline = monkeyReader.readOutline(output_file_path)
|