svnfs commited on
Commit
2f6a61d
1 Parent(s): eef3fb2

install datasets

Browse files
notebooks/audio_diffusion_pipeline.ipynb CHANGED
@@ -27,7 +27,7 @@
27
  "try:\n",
28
  " # are we running on Google Colab?\n",
29
  " import google.colab\n",
30
- " %pip install -q diffusers torch librosa\n",
31
  "except:\n",
32
  " pass"
33
  ]
 
27
  "try:\n",
28
  " # are we running on Google Colab?\n",
29
  " import google.colab\n",
30
+ " %pip install -q diffusers torch librosa datasets\n",
31
  "except:\n",
32
  " pass"
33
  ]