com3dian commited on
Commit
d71c8e2
·
1 Parent(s): 889eb74

fix config.json

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -23,7 +23,6 @@ if uploaded_file is not None:
23
  saved_file_path = save_uploaded_file(uploaded_file)
24
 
25
  os.makedirs("grobidoutputs", exist_ok=True)
26
-
27
  client = GrobidClient(config_path="./grobidconfig.json")
28
  client.process("processFulltextDocument",
29
  "./uploads/",
 
23
  saved_file_path = save_uploaded_file(uploaded_file)
24
 
25
  os.makedirs("grobidoutputs", exist_ok=True)
 
26
  client = GrobidClient(config_path="./grobidconfig.json")
27
  client.process("processFulltextDocument",
28
  "./uploads/",