AlGe commited on
Commit
b83b47b
·
verified ·
1 Parent(s): ca36f81

Update app.py

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