sehaj13 commited on
Commit
a4087c6
·
verified ·
1 Parent(s): ee1abf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ slider_rows = gr.Column([
40
  # Create the interface
41
  demo = gr.Interface(
42
  fn=predict_rpm,
43
- inputs=slider_rows,
44
  outputs=gr.Number(label="Predicted RPM"),
45
  title="RPM Prediction App",
46
  description="Adjust the sliders for each of the 12 features to predict the RPM."
 
40
  # Create the interface
41
  demo = gr.Interface(
42
  fn=predict_rpm,
43
+ inputs=sliders,
44
  outputs=gr.Number(label="Predicted RPM"),
45
  title="RPM Prediction App",
46
  description="Adjust the sliders for each of the 12 features to predict the RPM."