Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ demo = gr.Interface(
|
|
87 |
inputs=[air_temperature_input, process_temperature_input, rotational_speed_input,
|
88 |
torque_input, tool_wear_input, type_input],
|
89 |
outputs=model_output,
|
90 |
-
theme=
|
91 |
title="Machine Failure Predictor",
|
92 |
description="This API allows you to predict the machine failure status of an equipment",
|
93 |
examples=[[300.8, 310.3, 1538, 36.1, 198, 'L'],
|
|
|
87 |
inputs=[air_temperature_input, process_temperature_input, rotational_speed_input,
|
88 |
torque_input, tool_wear_input, type_input],
|
89 |
outputs=model_output,
|
90 |
+
theme=gr.themes.Base(),
|
91 |
title="Machine Failure Predictor",
|
92 |
description="This API allows you to predict the machine failure status of an equipment",
|
93 |
examples=[[300.8, 310.3, 1538, 36.1, 198, 'L'],
|