Spaces:
Sleeping
Sleeping
feat:update
Browse files
tasks/models/lightgbm_baseline_87_acc.pkl → lightgbm_baseline_87_acc.pkl
RENAMED
File without changes
|
tasks/audio.py
CHANGED
@@ -66,7 +66,7 @@ async def evaluate_audio(request: AudioEvaluationRequest):
|
|
66 |
predictions = model.predict(array_mfcc)
|
67 |
return predictions
|
68 |
|
69 |
-
model_filename = "
|
70 |
clf = joblib.load(model_filename)
|
71 |
|
72 |
predictions = predict_new_audio(clf, test_dataset, 12000)
|
|
|
66 |
predictions = model.predict(array_mfcc)
|
67 |
return predictions
|
68 |
|
69 |
+
model_filename = "lightgbm_baseline_87_acc.pkl"
|
70 |
clf = joblib.load(model_filename)
|
71 |
|
72 |
predictions = predict_new_audio(clf, test_dataset, 12000)
|