Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ iface = gr.Interface(
|
|
174 |
inputs=gr.Textbox(lines=5, label="Input Text", placeholder="Write about how your breakfast went or anything else that happened or might happen to you ..."),
|
175 |
outputs=[
|
176 |
gr.HighlightedText(label="Extended Sequence Classification",
|
177 |
-
|
178 |
),
|
179 |
gr.Plot(label="Extended SeqClass Entity Distribution Pie Chart"),
|
180 |
gr.Image(label="Entity Word Cloud")
|
|
|
174 |
inputs=gr.Textbox(lines=5, label="Input Text", placeholder="Write about how your breakfast went or anything else that happened or might happen to you ..."),
|
175 |
outputs=[
|
176 |
gr.HighlightedText(label="Extended Sequence Classification",
|
177 |
+
color_map = ext_color_map
|
178 |
),
|
179 |
gr.Plot(label="Extended SeqClass Entity Distribution Pie Chart"),
|
180 |
gr.Image(label="Entity Word Cloud")
|