Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ def predict_machine_failure(air_temperature, process_temperature, rotational_spe
|
|
| 55 |
'Rotational speed [rpm]': rotational_speed,
|
| 56 |
'Torque [Nm]': torque,
|
| 57 |
'Tool wear [min]': tool_wear,
|
| 58 |
-
'Type': type
|
| 59 |
'prediction': prediction[0]
|
| 60 |
}
|
| 61 |
))
|
|
|
|
| 55 |
'Rotational speed [rpm]': rotational_speed,
|
| 56 |
'Torque [Nm]': torque,
|
| 57 |
'Tool wear [min]': tool_wear,
|
| 58 |
+
'Type': type,
|
| 59 |
'prediction': prediction[0]
|
| 60 |
}
|
| 61 |
))
|