Update app.py
Browse files
app.py
CHANGED
@@ -81,8 +81,8 @@ iface = gr.Interface(
|
|
81 |
gr.Label(label="External Detail Count"),
|
82 |
gr.Label(label="Approximated Internal Detail Ratio"),
|
83 |
],
|
84 |
-
title="Scoring Demo",
|
85 |
-
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.",
|
86 |
examples=examples,
|
87 |
theme=monochrome
|
88 |
)
|
|
|
81 |
gr.Label(label="External Detail Count"),
|
82 |
gr.Label(label="Approximated Internal Detail Ratio"),
|
83 |
],
|
84 |
+
#title="Scoring Demo",
|
85 |
+
#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.",
|
86 |
examples=examples,
|
87 |
theme=monochrome
|
88 |
)
|