Spaces:
Sleeping
Sleeping
correct import
Browse files- grobid_client_generic.py +1 -1
grobid_client_generic.py
CHANGED
@@ -5,7 +5,7 @@ import time
|
|
5 |
import requests
|
6 |
import yaml
|
7 |
|
8 |
-
from
|
9 |
|
10 |
'''
|
11 |
This client is a generic client for any Grobid application and sub-modules.
|
|
|
5 |
import requests
|
6 |
import yaml
|
7 |
|
8 |
+
from client import ApiClient
|
9 |
|
10 |
'''
|
11 |
This client is a generic client for any Grobid application and sub-modules.
|