lfoppiano commited on
Commit
fef35ce
·
verified ·
1 Parent(s): c8d1093

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. document_qa/grobid_processors.py +1 -1
document_qa/grobid_processors.py CHANGED
@@ -144,7 +144,7 @@ class GrobidProcessor(BaseProcessor):
144
  batch_size=5,
145
  coordinates=["p", "title", "persName"],
146
  sleep_time=5,
147
- timeout=180,
148
  check_server=ping_server
149
  )
150
  self.grobid_client = grobid_client
 
144
  batch_size=5,
145
  coordinates=["p", "title", "persName"],
146
  sleep_time=5,
147
+ timeout=60,
148
  check_server=ping_server
149
  )
150
  self.grobid_client = grobid_client