Skip to content

Commit 0a8f02c

Browse files
committed
Update
1 parent 9b2fc75 commit 0a8f02c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

notebooklm_detector.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,3 @@ def predict(file_path, model_path='model.pkl'):
100100
else:
101101
result = predict(args.file_path, model_path=args.model_path)
102102
print(f'The audio is: {result}')
103-
104-
# Train the model on a dataset of AI vs human audio samples
105-
# dataset_path = './datasets' # Replace with the actual path to the dataset
106-
# train_model(dataset_path)
107-
108-
# Example prediction on a new audio file
109-
# file_path = './test/a.mp3' # Replace with the actual path to the audio file
110-
# result = predict(file_path)
111-
# print(f'The audio is: {result}')

0 commit comments

Comments
 (0)