ready2drop commited on
Commit
bc32892
·
verified ·
1 Parent(s): 1b6f5dc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def load_data_and_prepare(data_dir, excel_file, modality, phase, smote):
199
 
200
 
201
  # Inference function
202
- def classify(tabular_data, model):
203
  """
204
  Perform classification on tabular data using a PyCaret pre-trained model.
205
 
 
199
 
200
 
201
  # Inference function
202
+ def classify(tabular_data):
203
  """
204
  Perform classification on tabular data using a PyCaret pre-trained model.
205