Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(
|
|
90 |
title="Autobiographical Memory Scoring Demo",
|
91 |
description="Precision Memory Analysis: This demo combines two text - and two sequence classification models to showcase our automated Autobiographical Interview scoring Method. Enter a narrative to see the results.",
|
92 |
examples =examples,
|
93 |
-
theme="monochrome
|
94 |
)
|
95 |
|
96 |
# Launch the combined interface
|
|
|
90 |
title="Autobiographical Memory Scoring Demo",
|
91 |
description="Precision Memory Analysis: This demo combines two text - and two sequence classification models to showcase our automated Autobiographical Interview scoring Method. Enter a narrative to see the results.",
|
92 |
examples =examples,
|
93 |
+
theme="soft" #monochrome
|
94 |
)
|
95 |
|
96 |
# Launch the combined interface
|