Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,11 +51,8 @@ iface = gr.Interface(
|
|
51 |
title="Named Entity Recognition with BERT",
|
52 |
description="Enter a sentence to predict NER tags using BERT model trained for multi-label classification.",
|
53 |
examples=["Tall men are so clumsy."],
|
54 |
-
allow_flagging="never"
|
55 |
-
interpretation="default",
|
56 |
-
postprocessing_fn=format_output
|
57 |
)
|
58 |
|
59 |
-
#
|
60 |
if __name__ == "__main__":
|
61 |
iface.launch()
|
|
|
51 |
title="Named Entity Recognition with BERT",
|
52 |
description="Enter a sentence to predict NER tags using BERT model trained for multi-label classification.",
|
53 |
examples=["Tall men are so clumsy."],
|
54 |
+
allow_flagging="never"
|
|
|
|
|
55 |
)
|
56 |
|
|
|
57 |
if __name__ == "__main__":
|
58 |
iface.launch()
|