Spaces:
Sleeping
Sleeping
fix config.json
Browse files
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/",
|