Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,9 +51,5 @@ with demo:
|
|
| 51 |
with gr.Row():
|
| 52 |
fls_spans = gr.HighlightedText()
|
| 53 |
b5.click(fls, inputs=text, outputs=fls_spans)
|
| 54 |
-
with gr.Row():
|
| 55 |
-
b4 = gr.Button("Identify Companies & Locations")
|
| 56 |
-
replaced_spans = gr.HighlightedText()
|
| 57 |
-
b4.click(fin_ner, inputs=text, outputs=replaced_spans)
|
| 58 |
|
| 59 |
demo.launch()
|
|
|
|
| 51 |
with gr.Row():
|
| 52 |
fls_spans = gr.HighlightedText()
|
| 53 |
b5.click(fls, inputs=text, outputs=fls_spans)
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
demo.launch()
|