com3dian commited on
Commit
34b0bf0
·
1 Parent(s): 7e0578e

fix config.json

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