AlGe commited on
Commit
fc61e85
·
verified ·
1 Parent(s): 92efe52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -176,13 +176,13 @@ iface = gr.Interface(
176
  fn=all,
177
  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 ..."),
178
  outputs=[
179
- gr.HighlightedText(label="Extended Sequence Classification",
180
  color_map = ext_color_map
181
  ),
182
- gr.Image(label="Entity Word Cloud")
183
  ],
184
- title="Scoring Demo",
185
- description="Autobiographical Memory Analysis: This demo combines two text - and two sequence classification models to showcase our automated Autobiographical Interview scoring method. Submit a narrative to see the results.",
186
  examples=examples,
187
  theme=monochrome
188
  )
 
176
  fn=all,
177
  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 ..."),
178
  outputs=[
179
+ gr.HighlightedText(label="Extended Token Classification",
180
  color_map = ext_color_map
181
  ),
182
+ gr.Image(label="Mandatory WordCloud")
183
  ],
184
+ #title="Scoring Demo",
185
+ #description="Autobiographical Memory Analysis: This demo combines two text - and two sequence classification models to showcase our automated Autobiographical Interview scoring method. Submit a narrative to see the results.",
186
  examples=examples,
187
  theme=monochrome
188
  )