Spaces:
Running
Running
pragnakalp
commited on
Commit
•
be6f283
1
Parent(s):
83bfa74
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,8 @@ import torch
|
|
16 |
import torch.nn.functional as F
|
17 |
from bert_ner_model_loader import Ner
|
18 |
import pandas as pd
|
|
|
|
|
19 |
|
20 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
21 |
DATASET_NAME = "bert_base_ner"
|
|
|
16 |
import torch.nn.functional as F
|
17 |
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"
|