tr
Browse files
app.py
CHANGED
@@ -51,6 +51,6 @@ with demo:
|
|
51 |
|
52 |
b4 = gr.Button("Extract Companies & Segments")
|
53 |
label = gr.Label()
|
54 |
-
b4.click(
|
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)
|