Spaces:
Running
Running
pragnakalp
commited on
Commit
•
c9ea1f0
1
Parent(s):
e6dacc6
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ from bert_ner_model_loader import Ner
|
|
18 |
import pandas as pd
|
19 |
from huggingface_hub import Repository
|
20 |
import huggingface_hub
|
|
|
21 |
|
22 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
23 |
DATASET_NAME = "bert_base_ner"
|
|
|
18 |
import pandas as pd
|
19 |
from huggingface_hub import Repository
|
20 |
import huggingface_hub
|
21 |
+
import socket
|
22 |
|
23 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
24 |
DATASET_NAME = "bert_base_ner"
|