Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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."
|