AlGe commited on
Commit
82520d6
·
verified ·
1 Parent(s): 0d81322

Update app.py

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