com3dian commited on
Commit
5e43e62
·
1 Parent(s): 06795a1
Files changed (1) hide show
  1. app.py +2 -1
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