AlGe commited on
Commit
435d044
·
verified ·
1 Parent(s): 8907f87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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