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