paragon-analytics commited on
Commit
d2c2daa
1 Parent(s): 6585483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def process_final_text(text):
93
  + sp_html
94
  + ""
95
  )
96
- return {"Resilience": float(scores.numpy()[1]), "Non-Resilience": 1-float(scores.numpy()[0])},keywords,NER
97
 
98
  def main(prob1):
99
  text = str(prob1)
 
93
  + sp_html
94
  + ""
95
  )
96
+ return {"Resilience": float(scores.numpy()[1]), "Non-Resilience": float(scores.numpy()[0])},keywords,NER
97
 
98
  def main(prob1):
99
  text = str(prob1)