Commit ·
1c0c890
1
Parent(s): 98c3feb
update app
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ demo = gr.Interface(
|
|
| 32 |
"be surrounded by `[START]` and `[END]`.",
|
| 33 |
)
|
| 34 |
],
|
| 35 |
-
outputs=[gr.
|
| 36 |
title="Entity Linking with impresso-project/nel-hipe-multilingual",
|
| 37 |
description="Link entities using the `impresso-project/nel-hipe-multilingual` model under the hood!",
|
| 38 |
allow_flagging="never",
|
|
|
|
| 32 |
"be surrounded by `[START]` and `[END]`.",
|
| 33 |
)
|
| 34 |
],
|
| 35 |
+
outputs=[gr.Textbox(label="Predictions")],
|
| 36 |
title="Entity Linking with impresso-project/nel-hipe-multilingual",
|
| 37 |
description="Link entities using the `impresso-project/nel-hipe-multilingual` model under the hood!",
|
| 38 |
allow_flagging="never",
|