Spaces:
Runtime error
Runtime error
update readme
Browse files- gradio_ner.py +1 -0
gradio_ner.py
CHANGED
@@ -119,4 +119,5 @@ Dataset consists of legal requisition/demand letters for Life Insurance, however
|
|
119 |
```source/services/ner/train/train.py```
|
120 |
This code fine tune the BERT model and uploads to huggingface
|
121 |
""")
|
|
|
122 |
demo.launch(server_name=settings.SERVER_HOST, server_port=settings.PORT)
|
|
|
119 |
```source/services/ner/train/train.py```
|
120 |
This code fine tune the BERT model and uploads to huggingface
|
121 |
""")
|
122 |
+
|
123 |
demo.launch(server_name=settings.SERVER_HOST, server_port=settings.PORT)
|