jpdiazpardo commited on
Commit
23b397d
1 Parent(s): 274b9c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -48,6 +48,8 @@ Kalbag, V., & Lerch, A. (2022). Scream detection in heavy metal music. arXiv pre
48
  ### How to use
49
  Load the dataset from huggingface in your notebook:
50
  ```python
 
 
51
  import datasets
52
 
53
  dataset = datasets.load_dataset("jpdiazpardo/scream_detection_heavy_metal")
 
48
  ### How to use
49
  Load the dataset from huggingface in your notebook:
50
  ```python
51
+ !pip install datasets[audio]
52
+
53
  import datasets
54
 
55
  dataset = datasets.load_dataset("jpdiazpardo/scream_detection_heavy_metal")