Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|