Spaces:
Sleeping
Sleeping
fix filename
Browse files
app.py
CHANGED
@@ -28,8 +28,7 @@ if uploaded_file is not None:
|
|
28 |
n=20)
|
29 |
|
30 |
output_file_path = os.path.splitext(saved_file_path)[0] + ".grobid.tei.xml"
|
31 |
-
|
32 |
-
monkeyReader = reader.MonkeyReader('x2d')
|
33 |
outline = monkeyReader.readOutline(output_file_path)
|
34 |
for pre, fill, node in outline:
|
35 |
st.write("%s%s" % (pre, node.name))
|
|
|
28 |
n=20)
|
29 |
|
30 |
output_file_path = os.path.splitext(saved_file_path)[0] + ".grobid.tei.xml"
|
31 |
+
monkeyReader = reader.MonkeyReader('monkey')
|
|
|
32 |
outline = monkeyReader.readOutline(output_file_path)
|
33 |
for pre, fill, node in outline:
|
34 |
st.write("%s%s" % (pre, node.name))
|