Spaces:
Runtime error
Runtime error
%pip 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 |
-
"
|
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 |
]
|
notebooks/gradio_app.ipynb
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
" import google.colab\n",
|
21 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
22 |
" %cd audio-diffusion\n",
|
23 |
-
"
|
24 |
"except:\n",
|
25 |
" pass"
|
26 |
]
|
@@ -80,7 +80,7 @@
|
|
80 |
"name": "python",
|
81 |
"nbconvert_exporter": "python",
|
82 |
"pygments_lexer": "ipython3",
|
83 |
-
"version": "3.10.
|
84 |
},
|
85 |
"toc": {
|
86 |
"base_numbering": 1,
|
|
|
20 |
" import google.colab\n",
|
21 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
22 |
" %cd audio-diffusion\n",
|
23 |
+
" %pip install -q -r requirements.txt\n",
|
24 |
"except:\n",
|
25 |
" pass"
|
26 |
]
|
|
|
80 |
"name": "python",
|
81 |
"nbconvert_exporter": "python",
|
82 |
"pygments_lexer": "ipython3",
|
83 |
+
"version": "3.10.6"
|
84 |
},
|
85 |
"toc": {
|
86 |
"base_numbering": 1,
|
notebooks/test_mel.ipynb
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
" import google.colab\n",
|
21 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
22 |
" %cd audio-diffusion\n",
|
23 |
-
"
|
24 |
"except:\n",
|
25 |
" pass"
|
26 |
]
|
|
|
20 |
" import google.colab\n",
|
21 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
22 |
" %cd audio-diffusion\n",
|
23 |
+
" %pip install -q -r requirements.txt\n",
|
24 |
"except:\n",
|
25 |
" pass"
|
26 |
]
|
notebooks/test_model.ipynb
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
" import google.colab\n",
|
21 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
22 |
" %cd audio-diffusion\n",
|
23 |
-
"
|
24 |
"except:\n",
|
25 |
" pass"
|
26 |
]
|
|
|
20 |
" import google.colab\n",
|
21 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
22 |
" %cd audio-diffusion\n",
|
23 |
+
" %pip install -q -r requirements.txt\n",
|
24 |
"except:\n",
|
25 |
" pass"
|
26 |
]
|
notebooks/train_model.ipynb
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
" import google.colab\n",
|
29 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
30 |
" %cd audio-diffusion\n",
|
31 |
-
"
|
32 |
"except:\n",
|
33 |
" pass"
|
34 |
]
|
|
|
28 |
" import google.colab\n",
|
29 |
" !git clone -q https://github.com/teticio/audio-diffusion.git\n",
|
30 |
" %cd audio-diffusion\n",
|
31 |
+
" %pip install -q -r requirements.txt .\n",
|
32 |
"except:\n",
|
33 |
" pass"
|
34 |
]
|