com3dian commited on
Commit
6d4b457
·
1 Parent(s): a7faae5

fix config.json

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -23,6 +23,7 @@ if uploaded_file is not None:
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/",
 
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/",