suryadev1 commited on
Commit
8a2023e
·
verified ·
1 Parent(s): 1a5b82c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def predict(input_data):
23
  iface = gr.Interface(
24
  fn=predict,
25
  inputs='text',
26
- outputs=output_component,
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
  )