Chan Lee commited on
Commit
140d91a
1 Parent(s): 12add49
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -115,11 +115,11 @@ stress = Parallel(stress_bert_io, stress_mental_io, stress_phs_io,
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,
120
- # examples=other_examples,
121
- # title=other_title,
122
- # description=other_desc)
123
 
124
  desc = "Task is currently unavailable."
125
 
 
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,
120
+ examples=other_examples,
121
+ title=other_title,
122
+ description=other_desc)
123
 
124
  desc = "Task is currently unavailable."
125