Spaces:
Runtime error
Runtime error
fix install
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
|
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\n",
|
31 |
"except:\n",
|
32 |
" pass"
|
33 |
]
|