Spaces:
Sleeping
Sleeping
Shanks0465
commited on
Commit
•
bf7b9bf
1
Parent(s):
d9ae7cd
Updated launch parameters
Browse files
app.py
CHANGED
@@ -41,4 +41,4 @@ iface = gr.Interface(get_ner,
|
|
41 |
article='IndicNER is a model trained to complete the task of identifying named entities from sentences in Indian languages. Our model is specifically fine-tuned to the 11 Indian languages mentioned above over millions of sentences. The model is then benchmarked over a human annotated testset and multiple other publicly available Indian NER datasets. The 11 languages covered by IndicNER are: Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Oriya, Punjabi, Tamil, Telugu.'
|
42 |
)
|
43 |
|
44 |
-
iface.launch()
|
|
|
41 |
article='IndicNER is a model trained to complete the task of identifying named entities from sentences in Indian languages. Our model is specifically fine-tuned to the 11 Indian languages mentioned above over millions of sentences. The model is then benchmarked over a human annotated testset and multiple other publicly available Indian NER datasets. The 11 languages covered by IndicNER are: Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Oriya, Punjabi, Tamil, Telugu.'
|
42 |
)
|
43 |
|
44 |
+
iface.launch(enable_queue=True)
|