Chan Lee commited on
Commit
12add49
1 Parent(s): 63feab9
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -109,11 +109,11 @@ suicide = Parallel(suicide_bert_io, suicide_mental_io, suicide_phs_io,
109
  title=suicide_title,
110
  description=suicide_desc)
111
 
112
- # stress_bert_io, stress_mental_io, stress_phs_io = make_interfaces("st/")
113
- # stress = Parallel(stress_bert_io, stress_mental_io, stress_phs_io,
114
- # examples=stress_examples,
115
- # title=stress_title,
116
- # description=stress_desc)
117
 
118
  # other_bert_io, other_mental_io, other_phs_io = make_interfaces("ot/")
119
  # other = Parallel(other_bert_io, other_mental_io, other_phs_io,
 
109
  title=suicide_title,
110
  description=suicide_desc)
111
 
112
+ stress_bert_io, stress_mental_io, stress_phs_io = make_interfaces("st/")
113
+ stress = Parallel(stress_bert_io, stress_mental_io, stress_phs_io,
114
+ examples=stress_examples,
115
+ title=stress_title,
116
+ description=stress_desc)
117
 
118
  # other_bert_io, other_mental_io, other_phs_io = make_interfaces("ot/")
119
  # other = Parallel(other_bert_io, other_mental_io, other_phs_io,