Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def predict(input_data):
|
|
23 |
iface = gr.Interface(
|
24 |
fn=predict,
|
25 |
inputs='text',
|
26 |
-
outputs=
|
27 |
title="KNN Model Prediction",
|
28 |
description="Enter values for each feature to get a prediction."
|
29 |
)
|
|
|
23 |
iface = gr.Interface(
|
24 |
fn=predict,
|
25 |
inputs='text',
|
26 |
+
outputs='text',
|
27 |
title="KNN Model Prediction",
|
28 |
description="Enter values for each feature to get a prediction."
|
29 |
)
|