CK42 commited on
Commit
281bda2
1 Parent(s): 258c1c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_prediction(model_id):
22
  def predict(review):
23
  prediction = classifier(review)
24
  print(prediction)
25
- return list(prediction)
26
  return predict
27
 
28
  with app:
 
22
  def predict(review):
23
  prediction = classifier(review)
24
  print(prediction)
25
+ return prediction
26
  return predict
27
 
28
  with app: