RaulHuarote commited on
Commit
a6de818
·
verified ·
1 Parent(s): f639d88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ async def predict(data: InputData):
21
  b = input_data[1]
22
  s = sumar(a,b)
23
  prediction = s
 
24
  #return {"prediction": prediction.tolist()}
25
  return {"prediction": prediction}
26
  except Exception as e:
 
21
  b = input_data[1]
22
  s = sumar(a,b)
23
  prediction = s
24
+ print(prediction)
25
  #return {"prediction": prediction.tolist()}
26
  return {"prediction": prediction}
27
  except Exception as e: