Update app.py
Browse files
app.py
CHANGED
@@ -177,6 +177,6 @@ iface = gr.Interface(
|
|
177 |
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.",
|
178 |
examples=examples,
|
179 |
theme=monochrome
|
180 |
-
)
|
181 |
|
182 |
iface.launch()
|
|
|
177 |
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.",
|
178 |
examples=examples,
|
179 |
theme=monochrome
|
180 |
+
)
|
181 |
|
182 |
iface.launch()
|