Update create_handler.ipynb
Browse files- create_handler.ipynb +8 -2
create_handler.ipynb
CHANGED
@@ -22,8 +22,14 @@
|
|
22 |
],
|
23 |
"source": [
|
24 |
"%%writefile requirements.txt\n",
|
25 |
-
"
|
26 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
]
|
28 |
},
|
29 |
{
|
|
|
22 |
],
|
23 |
"source": [
|
24 |
"%%writefile requirements.txt\n",
|
25 |
+
"torch>=2.0.0\n",
|
26 |
+
"torchaudio>=2.2.0\n",
|
27 |
+
"pyannote.audio\n",
|
28 |
+
"pyannote.core\n",
|
29 |
+
"speechbrain\n",
|
30 |
+
"typing-extensions\n",
|
31 |
+
"semver>=3.0.0\n",
|
32 |
+
"pytorch-lightning"
|
33 |
]
|
34 |
},
|
35 |
{
|