AlGe commited on
Commit
585211d
·
verified ·
1 Parent(s): 1c40a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ext_color_map = ext_color_map
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")