emanuelaboros commited on
Commit
1c0c890
Β·
1 Parent(s): 98c3feb

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ demo = gr.Interface(
32
  "be surrounded by `[START]` and `[END]`.",
33
  )
34
  ],
35
- outputs=[gr.outputs.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",
 
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",