Add missing installation of paddlepaddle; removed from paddlespeech since it's broken

pull/4130/head
Aleksey Morozov 2 days ago
parent 59fe967348
commit ac01e6cf35

@ -265,7 +265,7 @@
},
"outputs": [],
"source": [
"!pip install --upgrade pip && pip install paddlespeech==0.1.0"
"!pip install --upgrade pip && pip install paddlespeech paddlepaddle"
]
},
{

@ -138,7 +138,7 @@
},
"outputs": [],
"source": [
"!pip install --upgrade pip && pip install paddlespeech==0.1.0"
"!pip install --upgrade pip && pip install paddlespeech paddlepaddle"
]
},
{

Loading…
Cancel
Save