com3dian commited on
Commit
7e0578e
·
1 Parent(s): 2e65567

fix config.json

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ if uploaded_file is not None:
30
  output="./grobidoutputs/",
31
  n=20)
32
 
33
- output_file_path = os.path.join("grobidoutputs", os.path.splitext(uploaded_file.name)[0] + "tei.xml")
34
 
35
  monkeyReader = reader.MonkeyReader('x2d')
36
  outline = monkeyReader.readOutline(output_file_path)
 
30
  output="./grobidoutputs/",
31
  n=20)
32
 
33
+ output_file_path = os.path.join("grobidoutputs", os.path.splitext(uploaded_file.name)[0] + ".tei.xml")
34
 
35
  monkeyReader = reader.MonkeyReader('x2d')
36
  outline = monkeyReader.readOutline(output_file_path)