andrewgleave commited on
Commit
9631ab8
·
1 Parent(s): 8f3ee0f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ with open("examples.json", "r") as f:
18
  interface = gr.Interface(
19
  ner,
20
  inputs=gr.Textbox(label="Input", value=""),
21
- outputs=["highlightedtext", "json"],
22
  examples=EXAMPLE_TEXTS,
23
  )
24
 
 
18
  interface = gr.Interface(
19
  ner,
20
  inputs=gr.Textbox(label="Input", value=""),
21
+ outputs=["json"],
22
  examples=EXAMPLE_TEXTS,
23
  )
24