pgurazada1 commited on
Commit
166dae4
·
verified ·
1 Parent(s): 80dcc8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=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'],
 
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'],