Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
180 |
color_map = ext_color_map
|
181 |
),
|
182 |
-
gr.Image(label="
|
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 |
)
|