should be good
Browse files
app.py
CHANGED
@@ -75,5 +75,4 @@ with demo:
|
|
75 |
replaced_spans = gr.HighlightedText()
|
76 |
b5.click(fin_ext, inputs=text, outputs=fin_spans)
|
77 |
|
78 |
-
|
79 |
demo.launch(share=True)
|
|
|
75 |
replaced_spans = gr.HighlightedText()
|
76 |
b5.click(fin_ext, inputs=text, outputs=fin_spans)
|
77 |
|
|
|
78 |
demo.launch(share=True)
|