thak123 commited on
Commit
ba0c1c3
·
1 Parent(s): d481ecd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def sentence_prediction(sentence):
69
 
70
  # outputs, [] = engine.predict_fn(test_data_loader, MODEL, device)
71
 
72
- outputs = sentiment(sentence)
73
 
74
  print(outputs)
75
  return outputs #{"label":outputs[0]}
 
69
 
70
  # outputs, [] = engine.predict_fn(test_data_loader, MODEL, device)
71
 
72
+ outputs = classifier(sentence)
73
 
74
  print(outputs)
75
  return outputs #{"label":outputs[0]}