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