AlGe commited on
Commit
086a0e2
·
verified ·
1 Parent(s): f19ca70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ iface = gr.Interface(
81
  gr.Label(label="External Detail Count"),
82
  gr.Label(label="Approximated Internal Detail Ratio"),
83
  ],
84
- title="Scoring Demo",
85
- 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.",
86
  examples=examples,
87
  theme=monochrome
88
  )
 
81
  gr.Label(label="External Detail Count"),
82
  gr.Label(label="Approximated Internal Detail Ratio"),
83
  ],
84
+ #title="Scoring Demo",
85
+ #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.",
86
  examples=examples,
87
  theme=monochrome
88
  )