rajistics commited on
Commit
f08f641
·
1 Parent(s): 0e1f235
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,6 +51,6 @@ with demo:
51
 
52
  b4 = gr.Button("Extract Companies & Segments")
53
  label = gr.Label()
54
- b4.click(text_to_sentiment, inputs=stext, outputs=label)
55
 
56
  demo.launch(share=True)
 
51
 
52
  b4 = gr.Button("Extract Companies & Segments")
53
  label = gr.Label()
54
+ b4.click(ner, inputs=text, outputs="highlightedtext")
55
 
56
  demo.launch(share=True)