Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ demo = gr.Interface(
|
|
141 |
outputs=[gr.JSON()],
|
142 |
examples=examples,
|
143 |
title="NER.tool",
|
144 |
-
"Named Entity Recognition using urchade/gliner_medium-v2.1",
|
145 |
allow_flagging="never",
|
146 |
)
|
147 |
demo.queue(max_size=4)
|
|
|
141 |
outputs=[gr.JSON()],
|
142 |
examples=examples,
|
143 |
title="NER.tool",
|
144 |
+
description="Named Entity Recognition using urchade/gliner_medium-v2.1",
|
145 |
allow_flagging="never",
|
146 |
)
|
147 |
demo.queue(max_size=4)
|