RaulHuarote commited on
Commit
a20c10f
·
verified ·
1 Parent(s): e6a4f60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ async def predict(data: InputData):
44
  print(input_data)
45
  prediction = model.predict(input_data).round()
46
  #return {"prediction": prediction.tolist()}
47
- prediction = 9
48
  print(prediction)
49
  return {"prediction": prediction}
50
  except Exception as e:
 
44
  print(input_data)
45
  prediction = model.predict(input_data).round()
46
  #return {"prediction": prediction.tolist()}
47
+ #prediction = 9
48
  print(prediction)
49
  return {"prediction": prediction}
50
  except Exception as e: