Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,4 @@ def predict_max_number_of_repairs(manufacturer, component_age, total_operating_h
|
|
60 |
# return the predicted max number of repairs as output
|
61 |
return np.round(predicted_max_number_of_repairs[0])
|
62 |
# Function calling
|
63 |
-
|
|
|
60 |
# return the predicted max number of repairs as output
|
61 |
return np.round(predicted_max_number_of_repairs[0])
|
62 |
# Function calling
|
63 |
+
predict_max_number_of_repairs('ABC Company',100.00,1135,70.0,65,3.43,29.90,120,4,0.59,7398,170)
|