ankitt6174 commited on
Commit
c356a26
·
1 Parent(s): 6c58f4c

this is commit

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,4 +31,5 @@ def prediction(data: InputData):
31
  ]]
32
 
33
  result = model.predict(features)
34
- return {"Prediction": result}
 
 
31
  ]]
32
 
33
  result = model.predict(features)
34
+ print(result)
35
+ return {"Prediction": int(result[0])}