Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ iface = gr.Interface(
|
|
187 |
],
|
188 |
title="Scoring Demo",
|
189 |
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.",
|
190 |
-
|
191 |
theme= mpg_poster #"soft" #monochrome
|
192 |
)
|
193 |
|
|
|
187 |
],
|
188 |
title="Scoring Demo",
|
189 |
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.",
|
190 |
+
examples =examples,
|
191 |
theme= mpg_poster #"soft" #monochrome
|
192 |
)
|
193 |
|