Spaces:
Build error
Build error
test
Browse files
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
|
| 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 |
|