momo commited on
Commit
5332efa
·
1 Parent(s): e91e4da
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def predict(model_name, text):
45
  function_to_apply='sigmoid'
46
  )
47
 
48
- for result in pipe(text)[0]:
49
  print(result)
50
 
51
  return result
 
45
  function_to_apply='sigmoid'
46
  )
47
 
48
+ for result in pipe(text):
49
  print(result)
50
 
51
  return result