Spaces:
Running
Running
Commit
·
517905d
1
Parent(s):
0197658
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ import huggingface_hub
|
|
21 |
import socket
|
22 |
|
23 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
24 |
-
DATASET_NAME = "bert_based_ner_dataset
|
25 |
DATASET_REPO_URL = f"https://huggingface.co/datasets/pragnakalp/{DATASET_NAME}"
|
26 |
DATA_FILENAME = "bert_base_ner_logs.csv"
|
27 |
DATA_FILE = os.path.join("bert_base_ner_logs", DATA_FILENAME)
|
@@ -169,7 +169,7 @@ demo = gr.Interface(
|
|
169 |
css=".gradio-container {background-color: lightgray}",
|
170 |
article="""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) on this NER demo.For all your Named Entity Recognition related
|
171 |
requirements, we are here to help you. Email us your requirement at [letstalk@pragnakalp.com]("mailto:letstalk@pragnakalp.com").
|
172 |
-
And don't forget to check out more interesting [NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/)we are offering.
|
173 |
<p style='text-align: center;'>Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</p>"""
|
174 |
)
|
175 |
demo.launch()
|
|
|
21 |
import socket
|
22 |
|
23 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
24 |
+
DATASET_NAME = "bert_based_ner_dataset"
|
25 |
DATASET_REPO_URL = f"https://huggingface.co/datasets/pragnakalp/{DATASET_NAME}"
|
26 |
DATA_FILENAME = "bert_base_ner_logs.csv"
|
27 |
DATA_FILE = os.path.join("bert_base_ner_logs", DATA_FILENAME)
|
|
|
169 |
css=".gradio-container {background-color: lightgray}",
|
170 |
article="""Feel free to give us your [feedback](https://www.pragnakalp.com/contact/) on this NER demo.For all your Named Entity Recognition related
|
171 |
requirements, we are here to help you. Email us your requirement at [letstalk@pragnakalp.com]("mailto:letstalk@pragnakalp.com").
|
172 |
+
And don't forget to check out more interesting [NLP services](https://www.pragnakalp.com/services/natural-language-processing-services/) we are offering.
|
173 |
<p style='text-align: center;'>Developed by :[ Pragnakalp Techlabs](https://www.pragnakalp.com)</p>"""
|
174 |
)
|
175 |
demo.launch()
|