Commit
•
33ecee2
1
Parent(s):
dd70eb1
Update handler.py
Browse files- handler.py +0 -1
handler.py
CHANGED
@@ -2,7 +2,6 @@ from typing import Dict
|
|
2 |
from subprocess import run
|
3 |
|
4 |
# install pyannote on the fly since it is incompatible with huggingface_hub > 0.9
|
5 |
-
run("pip install torchaudio==0.11.0", shell=True, check=True)
|
6 |
run("pip install pyannote.audio==2.0.1", shell=True, check=True)
|
7 |
|
8 |
from pyannote.audio import Pipeline
|
|
|
2 |
from subprocess import run
|
3 |
|
4 |
# install pyannote on the fly since it is incompatible with huggingface_hub > 0.9
|
|
|
5 |
run("pip install pyannote.audio==2.0.1", shell=True, check=True)
|
6 |
|
7 |
from pyannote.audio import Pipeline
|