Spaces:
Build error
Build error
Upload folder using huggingface_hub
Browse files
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=
|
| 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
|